]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/xrc/xh_choic.h
added wxArtProvider::InsertProvider to accompany PushProvider
[wxWidgets.git] / include / wx / xrc / xh_choic.h
index e36f19f118a3054ee17ecfdf9d6895b8aec97150..1fb1fddc1a968f9ad2a2c5bc5dc92c95ab52e85f 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        xh_choic.h
+// Name:        wx/xrc/xh_choic.h
 // Purpose:     XML resource handler for wxChoice
 // Author:      Bob Mitchell
 // Created:     2000/03/21
@@ -11,9 +11,9 @@
 #ifndef _WX_XH_CHOIC_H_
 #define _WX_XH_CHOIC_H_
 
-#if defined(__GNUG__) && !defined(__APPLE__)
-#pragma interface "xh_choic.h"
-#endif
+#include "wx/defs.h"
+
+#if wxUSE_XRC && wxUSE_CHOICE
 
 #include "wx/xrc/xmlres.h"
 
@@ -29,5 +29,6 @@ private:
     wxArrayString strList;
 };
 
+#endif // wxUSE_XRC && wxUSE_CHOICE
 
 #endif // _WX_XH_CHOIC_H_