]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/wince/tbarwce.h
Added GetBitmap, GetIcon to wxImageList
[wxWidgets.git] / include / wx / msw / wince / tbarwce.h
index e1a73462947ca64c698eac4203d63df1e4d6d5ae..b8041224e3ab96098e928c5896039057d07b8c06 100644 (file)
@@ -112,7 +112,7 @@ protected:
     virtual wxToolBarToolBase *CreateTool(wxControl *control);
 
     // override WndProc mainly to process WM_SIZE
-    virtual long MSWWindowProc(WXUINT nMsg, WXWPARAM wParam, WXLPARAM lParam);
+    virtual WXLRESULT MSWWindowProc(WXUINT nMsg, WXWPARAM wParam, WXLPARAM lParam);
 
     // return the appropriate size and flags for the toolbar control
     virtual wxSize DoGetBestSize() const;