]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/choice.h
another compilation fix
[wxWidgets.git] / include / wx / msw / choice.h
index f60a02305716fc4f2c11096a3f75d63d6aba3122..cc00ce00b3eed0c2e410aef0a9e35dd8750b1892 100644 (file)
@@ -66,6 +66,8 @@ public:
     // MSW only
     virtual bool MSWCommand(WXUINT param, WXWORD id);
     long MSWWindowProc(WXUINT nMsg, WXWPARAM wParam, WXLPARAM lParam);
+    virtual WXHBRUSH OnCtlColor(WXHDC pDC, WXHWND pWnd, WXUINT nCtlColor,
+            WXUINT message, WXWPARAM wParam, WXLPARAM lParam);
 
 protected:
     virtual void DoSetItemClientData( int n, void* clientData );