]> git.saurik.com Git - wxWidgets.git/commitdiff
Compile fix.
authorRobert Roebling <robert@roebling.de>
Mon, 30 Oct 2006 22:12:39 +0000 (22:12 +0000)
committerRobert Roebling <robert@roebling.de>
Mon, 30 Oct 2006 22:12:39 +0000 (22:12 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42779 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/xrc/xh_collpane.h
src/xrc/xh_collpane.cpp

index 3b2319fa1d6d2fc5b13682f57a4e476dc3af3cc6..b08b36821f009381032e3c6a3b1c9110e94802d2 100644 (file)
@@ -15,7 +15,7 @@
 
 #if wxUSE_XRC && wxUSE_COLLPANE
 
-class WXDLLEXPORT wxCollapsiblePane;
+#include "wx/collpane.h"
 
 class WXDLLIMPEXP_XRC wxCollapsiblePaneXmlHandler : public wxXmlResourceHandler
 {
index c335919622f7e0be187de92c97c753d506b49443..c8b489b3bcf46e85ffa82fc02b1cc9c5ffd39b85 100644 (file)
@@ -18,7 +18,7 @@
 #if wxUSE_XRC && wxUSE_COLLPANE
 
 #include "wx/xrc/xh_collpane.h"
-#include "wx/collpane.h"
+#include "wx/log.h"
 
 IMPLEMENT_DYNAMIC_CLASS(wxCollapsiblePaneXmlHandler, wxXmlResourceHandler)