]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/frame.h
Added wxFopen to the MSLU code.
[wxWidgets.git] / include / wx / frame.h
index ed865ea94f7db5be9615d8aee471a9aa0c211532..f0389d447e91afbe1ef19d95e0fa429c7e464094 100644 (file)
@@ -179,7 +179,7 @@ public:
 
 #if WXWIN_COMPATIBILITY_2_2
     // call this to simulate a menu command
-    bool Command(int winid) { return ProcessCommand(winid); }
+    wxDEPRECATED( bool Command(int winid) );
 #endif // WXWIN_COMPATIBILITY_2_2
 
 protected: