]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/event.h
fixed MSVC6 compiler warning
[wxWidgets.git] / include / wx / event.h
index 1d76255ff5de3be53ac6b6ee1ceca31aad0983ea..5ce6242d57b4cc4aa5f00450135ba805ab99ce14 100644 (file)
@@ -358,7 +358,7 @@ public:
     // for them wouldn't work (it needs to do a copy of the event)
     virtual wxEvent *Clone() const = 0;
 
-    // Implementation only: this test is explicitlty anti OO and this functions
+    // Implementation only: this test is explicitly anti OO and this function
     // exists only for optimization purposes.
     bool IsCommandEvent() const { return m_isCommandEvent; }
 
@@ -1797,6 +1797,7 @@ public:
 
     enum
     {
+        IsBackward = 0x0000,
         IsForward = 0x0001,
         WinChange = 0x0002
     };