no message
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1333 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -24,7 +24,7 @@ typedef unsigned int size_t;
|
||||
|
||||
class wxCheckListBoxItem; // fwd decl, define in checklst.cpp
|
||||
|
||||
class wxCheckListBox : public wxListBox
|
||||
class WXDLLEXPORT wxCheckListBox : public wxListBox
|
||||
{
|
||||
DECLARE_DYNAMIC_CLASS(wxCheckListBox)
|
||||
public:
|
||||
|
@@ -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
|
||||
|
@@ -24,7 +24,7 @@
|
||||
// wxRegConfig
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
class wxRegConfig : public wxConfigBase
|
||||
class WXDLLEXPORT wxRegConfig : public wxConfigBase
|
||||
{
|
||||
public:
|
||||
// ctor & dtor
|
||||
|
Reference in New Issue
Block a user