]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dynload.h
return const wxString& from wxFontMapper::GetDefaultConfigPath()
[wxWidgets.git] / include / wx / dynload.h
index b754dee03fed44e344196df460ee6557213710a9..fbbf6f2e91f4a0194971dfafd8bb295498e1bd37 100644 (file)
@@ -82,8 +82,8 @@ public:
 
 private:
 
 
 private:
 
-    wxClassInfo    *m_before;       // sm_first before loading this lib
-    wxClassInfo    *m_after;        // ..and after.
+    const wxClassInfo    *m_before; // sm_first before loading this lib
+    const wxClassInfo    *m_after;  // ..and after.
 
     size_t          m_linkcount;    // Ref count of library link calls
     size_t          m_objcount;     // ..and (pluggable) object instantiations.
 
     size_t          m_linkcount;    // Ref count of library link calls
     size_t          m_objcount;     // ..and (pluggable) object instantiations.