]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/statbox.h
Fix memory leak by letting the base class version handle the
[wxWidgets.git] / include / wx / msw / statbox.h
index 5bce253763438bdee06b7b1115c2f8c4befde008..f040fa6dcd27a96c3bef9d5703d40d1b1df029c9 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     01/02/97
 // RCS-ID:      $Id$
 // Copyright:   (c) Julian Smart
-// Licence:     wxWindows licence
+// Licence:     wxWidgets licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_STATBOX_H_
@@ -42,7 +42,7 @@ public:
     // implementation from now on
     // --------------------------
 
-    virtual long MSWWindowProc(WXUINT nMsg, WXWPARAM wParam, WXLPARAM lParam);
+    virtual WXLRESULT MSWWindowProc(WXUINT nMsg, WXWPARAM wParam, WXLPARAM lParam);
 
     // overriden base class virtuals
     virtual bool AcceptsFocus() const { return FALSE; }