]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/configtool/src/configtoolview.h
removed src/gtk/eggtrayicon.h
[wxWidgets.git] / utils / configtool / src / configtoolview.h
index ead6ab767c63cbe85f51aeb0ba1977289733a4ef..5610abbc94cfefcddd4f02ca83a4ff48f185956a 100644 (file)
@@ -33,9 +33,9 @@ class ctConfigToolView: public wxView
 {
     DECLARE_DYNAMIC_CLASS(ctConfigToolView)
 public:
-    ctConfigToolView();
-    ~ctConfigToolView() {};
-    
+    ctConfigToolView(){};
+    ~ctConfigToolView(){};
+
 //// Overrides
 
     bool OnCreate(wxDocument *doc, long flags);
@@ -248,7 +248,7 @@ public:
     // constructors and destructors
     ctFindReplaceDialog( wxWindow* parent, const wxString& title,
         long style = 0 );
-    
+
     void OnFind(wxFindDialogEvent& event);
     void OnClose(wxFindDialogEvent& event);