]> git.saurik.com Git - wxWidgets.git/commitdiff
typo fixed
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 2 Nov 1999 01:27:42 +0000 (01:27 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 2 Nov 1999 01:27:42 +0000 (01:27 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4289 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/msw/menu.h

index 31e2488996777ac01fad2b5710f9476edc254e71..c637dd4b4cf53e6c454ac357589a430e94b3c760 100644 (file)
@@ -52,7 +52,7 @@ public:
     // MSW-specific
     bool ProcessCommand(wxCommandEvent& event);
 
-#ifdef WXWIN_COMPATIBILITY
+#if WXWIN_COMPATIBILITY
     wxMenu(const wxString& title, const wxFunction func)
         : wxMenuBase(title)
     {
@@ -140,7 +140,7 @@ public:
     virtual wxString GetLabelTop( size_t pos ) const;
 
     // compatibility: these functions are deprecated
-#ifdef WXWIN_COMPATIBILITY
+#if WXWIN_COMPATIBILITY
     void SetEventHandler(wxEvtHandler *handler) { m_eventHandler = handler; }
     wxEvtHandler *GetEventHandler() { return m_eventHandler; }
 
@@ -179,7 +179,7 @@ protected:
     // common part of all ctors
     void Init();
 
-#ifdef WXWIN_COMPATIBILITY
+#if WXWIN_COMPATIBILITY
     wxEvtHandler *m_eventHandler;
 #endif // WXWIN_COMPATIBILITY