]> git.saurik.com Git - wxWidgets.git/blobdiff - src/xrc/xh_gdctl.cpp
fixed incorrect XtVaXXX() function call (thanks to g++ 4 for detecting this!)
[wxWidgets.git] / src / xrc / xh_gdctl.cpp
index 6cb07ef41f0749dec05315abb43ad94852428098..e9bd578a7b73c13ba961a494c04e19c71657b593 100644 (file)
@@ -8,10 +8,6 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
-#pragma implementation "xh_gdctl.h"
-#endif
-
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
@@ -19,7 +15,7 @@
     #pragma hdrstop
 #endif
 
     #pragma hdrstop
 #endif
 
-#if wxUSE_XML && wxUSE_XRC && wxUSE_DIRDLG
+#if wxUSE_XRC && wxUSE_DIRDLG
 
 #include "wx/textctrl.h"
 #include "wx/xrc/xh_gdctl.h"
 
 #include "wx/textctrl.h"
 #include "wx/xrc/xh_gdctl.h"
@@ -60,4 +56,4 @@ bool wxGenericDirCtrlXmlHandler::CanHandle(wxXmlNode *node)
     return IsOfClass(node, wxT("wxGenericDirCtrl"));
 }
 
     return IsOfClass(node, wxT("wxGenericDirCtrl"));
 }
 
-#endif // wxUSE_XML && wxUSE_XRC && wxUSE_DIRDLG
+#endif // wxUSE_XRC && wxUSE_DIRDLG