diff options
Diffstat (limited to 'conduits/abbrowserconduit/resolutionTable.h')
-rw-r--r-- | conduits/abbrowserconduit/resolutionTable.h | 2 |
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 }; |