]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/tabg.h
removing outdated code
[wxWidgets.git] / include / wx / generic / tabg.h
index 3899cadd949d4d8b3446c406c51b88e863c7e124..a5975e5f8a84f4de095420dfb9006df85f5d39fc 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        tabg.h
+// Name:        wx/generic/tabg.h
 // Purpose:     Generic tabbed dialogs; used by wxMotif's wxNotebook
 // Author:      Julian Smart
 // Modified by:
@@ -130,7 +130,7 @@ public:
   // Called when a tab is activated
   virtual void OnTabActivate(int activateId, int deactivateId);
   // Allows vetoing
-  virtual bool OnTabPreActivate(int WXUNUSED(activateId), int WXUNUSED(deactivateId) ) { return true; };
+  virtual bool OnTabPreActivate(int WXUNUSED(activateId), int WXUNUSED(deactivateId) ) { return true; }
 
   // Allows use of application-supplied wxTabControl classes.
   virtual wxTabControl *OnCreateTabControl(void) { return new wxTabControl(this); }