From 91f727b4dd0b73e8cdbff599ef17a0a5157aad7c Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 23 Aug 2018 20:55:33 +0900 Subject: Fixed typedef-related warnings from compiler. Signed-off-by: Michele Calgaro --- conduits/abbrowserconduit/abbrowser-conduit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conduits/abbrowserconduit/abbrowser-conduit.h') diff --git a/conduits/abbrowserconduit/abbrowser-conduit.h b/conduits/abbrowserconduit/abbrowser-conduit.h index 3f017eb..e652e40 100644 --- a/conduits/abbrowserconduit/abbrowser-conduit.h +++ b/conduits/abbrowserconduit/abbrowser-conduit.h @@ -146,7 +146,7 @@ private: { return (str1.isEmpty() && str2.isEmpty()) || (str1 == str2); } ; - typedef enum eqFlagsType + enum eqFlagsType { eqFlagsName=0x1, eqFlagsAdress=0x2, -- cgit v1.2.1