diff options
Diffstat (limited to 'conduits/abbrowserconduit/abbrowser-conduit.h')
-rw-r--r-- | conduits/abbrowserconduit/abbrowser-conduit.h | 2 |
1 files changed, 1 insertions, 1 deletions
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, |