]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/file.h
It was not acceptable to call the class method from the static initializer
[wxWidgets.git] / include / wx / file.h
index 6c8b2a470d9f0c13da3fc8aeb6f731ca13fdb4f4..8a382583ee650e240e2e5de4cc292d2e197ca42c 100644 (file)
@@ -53,7 +53,8 @@
 // NB: for space efficiency this class has no virtual functions, including
 //     dtor which is _not_ virtual, so it shouldn't be used as a base class.
 // ----------------------------------------------------------------------------
-class WXDLLEXPORT wxFile
+
+class WXDLLIMPEXP_BASE wxFile
 {
 public:
   // more file constants
@@ -148,7 +149,8 @@ private:
 // file (and close this one) or call Discard() to cancel the modification. If
 // you call neither of them, dtor will call Discard().
 // ----------------------------------------------------------------------------
-class WXDLLEXPORT wxTempFile
+
+class WXDLLIMPEXP_BASE wxTempFile
 {
 public:
   // ctors