]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/src/xrc/xmlrsall.cpp
removed enum that was causing more problems than it was worth
[wxWidgets.git] / contrib / src / xrc / xmlrsall.cpp
index 0b180c5cbfac1fb8f79ea99d3a1f5782db956e24..5c26749d931e8eb32ec8335d21e97c06f44ac3bd 100644 (file)
@@ -7,7 +7,7 @@
 // Copyright:   (c) 2000 Vaclav Slavik
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
+
 // -- Already done in xmlres.cpp
 //#ifdef __GNUG__
 //#pragma implementation "xmlres.h"
@@ -56,16 +56,16 @@ void wxXmlResource::InitAllHandlers()
 #endif
 #if wxUSE_CHECKBOX
     AddHandler(new wxCheckBoxXmlHandler);
-#endif    
+#endif
 #if wxUSE_HTML
     AddHandler(new wxHtmlWindowXmlHandler);
-#endif    
+#endif
 #if wxUSE_SPINBTN
     AddHandler(new wxSpinButtonXmlHandler);
-#endif    
+#endif
 #if wxUSE_SPINCTRL
     AddHandler(new wxSpinCtrlXmlHandler);
-#endif    
+#endif
 #if wxUSE_SCROLLBAR
     AddHandler(new wxScrollBarXmlHandler);
 #endif