]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dynload.h
due to a typo in #if condition, validation was disabled for wizard pages -- fixed now
[wxWidgets.git] / include / wx / dynload.h
index 6223cc385bd5504326e1f1a96e83a11d1148fab1..d70c8cfa1f0aba7f31589a94d3c106f81fe78636 100644 (file)
@@ -116,7 +116,7 @@ public:
         // macro because it's of arguable use outside of that.
 
 #if WXWIN_COMPATIBILITY_2_2
-    static wxPluginLibrary *GetObjectFromHandle(wxDllType handle);
+    wxDEPRECATED( static wxPluginLibrary *GetObjectFromHandle(wxDllType handle) );
 #endif
 
         // Instance methods.