]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/button.h
use HasFlag() and InXXX() instead of explicit flag testing (patch 899507)
[wxWidgets.git] / include / wx / msw / button.h
index 77df19e446a4a8bab4a9e0639b03abab17eb2616..8e5a62461ef971cf02f3cc05a7ec9ac71e6ce098 100644 (file)
@@ -51,7 +51,7 @@ public:
 
     // implementation from now on
     virtual void Command(wxCommandEvent& event);
-    virtual long MSWWindowProc(WXUINT nMsg, WXWPARAM wParam, WXLPARAM lParam);
+    virtual WXLRESULT MSWWindowProc(WXUINT nMsg, WXWPARAM wParam, WXLPARAM lParam);
     virtual bool MSWCommand(WXUINT param, WXWORD id);
 
 #ifdef __WIN32__