]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/accel.h
extracted GUI-specific part of utilsunx.cpp to a new unix/apptraits.cpp file and...
[wxWidgets.git] / include / wx / accel.h
index ee2e3a08ad5817f4a1d8bf0cde92183a1038de97..0cbf106f7a3c38214938e62e7e421d31bb6ae1b1 100644 (file)
@@ -27,7 +27,7 @@ class WXDLLIMPEXP_FWD_CORE wxKeyEvent;
 // ----------------------------------------------------------------------------
 
 // wxAcceleratorEntry flags
-enum
+enum wxAcceleratorEntryFlags
 {
     wxACCEL_NORMAL  = 0x0000,   // no modifiers
     wxACCEL_ALT     = 0x0001,   // hold Alt key down