diff options
author | Michele Calgaro <[email protected]> | 2018-08-23 20:55:33 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-08-23 20:56:06 +0900 |
commit | a16a6a2618d7b5171d5a5bc1bb7198f2fd92f27e (patch) | |
tree | 82675e5bab2f878bf5c5e8e25f5fd52956d31e2d /conduits/abbrowserconduit/abbrowser-conduit.h | |
parent | 37d5e3678d89f6199f2960d0aa55dbf0fc8571c8 (diff) | |
download | kpilot-a16a6a2618d7b5171d5a5bc1bb7198f2fd92f27e.tar.gz kpilot-a16a6a2618d7b5171d5a5bc1bb7198f2fd92f27e.zip |
Fixed typedef-related warnings from compiler.
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 91f727b4dd0b73e8cdbff599ef17a0a5157aad7c)
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, |