]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dynload.h
Rename wxGetFileType to wxGetFileKind
[wxWidgets.git] / include / wx / dynload.h
index 2c80bede4f48d4eb83ddd9975733a43e3a876534..d70c8cfa1f0aba7f31589a94d3c106f81fe78636 100644 (file)
@@ -116,12 +116,12 @@ 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.
 
-    wxPluginManager() : m_entry(NULL) {};
+    wxPluginManager() : m_entry(NULL) {}
     wxPluginManager(const wxString &libname, int flags = wxDL_DEFAULT)
     {
         Load(libname, flags);