no message

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1333 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Unknown (UG)
1999-01-08 10:54:10 +00:00
parent 4040a396cb
commit 6c905cb7fd
9 changed files with 27 additions and 31 deletions

View File

@@ -36,7 +36,7 @@
// same as appname). The file name (strAppName parameter) may, in fact,
// contain the full path to the file. If it doesn't, the file is searched for
// in the Windows directory.
class wxIniConfig : public wxConfigBase
class WXDLLEXPORT wxIniConfig : public wxConfigBase
{
public:
// ctor & dtor
@@ -105,4 +105,4 @@ private:
m_strPath; // the rest of the path (no trailing '_'!)
};
#endif //_INICONF_H
#endif //_INICONF_H