added some WXDLLEXPORT's

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2935 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
1999-06-30 04:28:29 +00:00
parent 266084b5de
commit 9f04ccb1ab
2 changed files with 6 additions and 6 deletions

View File

@@ -41,7 +41,7 @@ enum wxTextFileType
WX_DEFINE_ARRAY(wxTextFileType, ArrayFileType);
class wxTextFile
class WXDLLEXPORT wxTextFile
{
public:
// default type for current platform (determined at compile time)
@@ -143,6 +143,6 @@ private:
#endif
// wxUSE_TEXTFILE && wxUSE_FILE
#endif
#endif
// _TEXTFILE_H