]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/ctrlsub.h
Make wxTLW::Raise() actually bring the window to the top
[wxWidgets.git] / include / wx / ctrlsub.h
index 7ae43369b405fef512bf8b02c2530e08b3059601..dbf7e9884bf4d756bceb9ce1ae4cca01bf9b8fdb 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     22.10.99
 // RCS-ID:      $Id$
 // Copyright:   (c) wxWidgets team
-// Licence:     wxWidgets licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_CTRLSUB_H_BASE_
@@ -99,7 +99,7 @@ public:
 #if WXWIN_COMPATIBILITY_2_2
     // compatibility - these functions are deprecated, use the new ones
     // instead
-    int Number() const { return GetCount(); }
+    wxDEPRECATED( int Number() const );
 #endif // WXWIN_COMPATIBILITY_2_2
 
 protected: