summaryrefslogtreecommitdiffstats
path: root/conduits/abbrowserconduit/resolutionTable.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-08-23 20:55:33 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-08-23 20:55:33 +0900
commit91f727b4dd0b73e8cdbff599ef17a0a5157aad7c (patch)
treeac02b21b28eacf0ac581b10b2826391f1af0a13c /conduits/abbrowserconduit/resolutionTable.h
parent5fa5b51c6be3a02ab20f6e7ad2a2dd7bf8f2592b (diff)
downloadkpilot-91f727b4dd0b73e8cdbff599ef17a0a5157aad7c.tar.gz
kpilot-91f727b4dd0b73e8cdbff599ef17a0a5157aad7c.zip
Fixed typedef-related warnings from compiler.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'conduits/abbrowserconduit/resolutionTable.h')
-rw-r--r--conduits/abbrowserconduit/resolutionTable.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/conduits/abbrowserconduit/resolutionTable.h b/conduits/abbrowserconduit/resolutionTable.h
index 51c2519..6a4f9e6 100644
--- a/conduits/abbrowserconduit/resolutionTable.h
+++ b/conduits/abbrowserconduit/resolutionTable.h
@@ -32,7 +32,7 @@
#include <tqvaluelist.h>
#include "syncAction.h"
-typedef enum eExistItems {
+enum eExistItems {
eExistsPC=0x1, eExistsPalm=0x2, eExistsBackup=0x4,
eExistsAll=eExistsPC|eExistsPalm|eExistsBackup
};