]> git.saurik.com Git - wxWidgets.git/commitdiff
Compilation fixes.
authorMattia Barbon <mbarbon@cpan.org>
Sun, 20 Jun 2004 09:14:18 +0000 (09:14 +0000)
committerMattia Barbon <mbarbon@cpan.org>
Sun, 20 Jun 2004 09:14:18 +0000 (09:14 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27908 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/filefn.h
include/wx/log.h

index 7c825eda5f897783d3ac719fa267a3e7949e8e72..03fa8300d214a455105a5f83bd686808a49ebd49 100644 (file)
@@ -17,6 +17,7 @@
 #endif
 
 #include "wx/list.h"
+#include "wx/arrstr.h"
 
 #ifndef __WXWINCE__
 #include <time.h>
index 6de7068a4427588924c1df4ccb923f537f2f3564..89e0d41dc27cab54e7e21f66e61c127e4f4ef3fd 100644 (file)
@@ -496,7 +496,7 @@ DECLARE_LOG_FUNCTION(Status);
 
 #if wxUSE_GUI
     // this one is the same as previous except that it allows to explicitly
-    class wxFrame;
+    class WXDLLEXPORT wxFrame;
     // specify the frame to which the output should go
     DECLARE_LOG_FUNCTION2_EXP(Status, wxFrame *pFrame, WXDLLIMPEXP_CORE);
 #endif // wxUSE_GUI