lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [6539] Remove unneeded dtor (VZ)


From: Greg Chicares
Subject: [lmi-commits] [6539] Remove unneeded dtor (VZ)
Date: Wed, 30 Mar 2016 21:32:13 +0000

Revision: 6539
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=6539
Author:   chicares
Date:     2016-03-30 21:32:12 +0000 (Wed, 30 Mar 2016)
Log Message:
-----------
Remove unneeded dtor (VZ)

Modified Paths:
--------------
    lmi/trunk/docmdichildframe_ex.cpp
    lmi/trunk/docmdichildframe_ex.hpp

Modified: lmi/trunk/docmdichildframe_ex.cpp
===================================================================
--- lmi/trunk/docmdichildframe_ex.cpp   2016-03-30 19:45:36 UTC (rev 6538)
+++ lmi/trunk/docmdichildframe_ex.cpp   2016-03-30 21:32:12 UTC (rev 6539)
@@ -49,10 +49,6 @@
 {
 }
 
-DocMDIChildFrameEx::~DocMDIChildFrameEx()
-{
-}
-
 wxStatusBar* DocMDIChildFrameEx::GetStatusBar() const
 {
     if(!status_bar_sought_from_menu_highlight_handler_)

Modified: lmi/trunk/docmdichildframe_ex.hpp
===================================================================
--- lmi/trunk/docmdichildframe_ex.hpp   2016-03-30 19:45:36 UTC (rev 6538)
+++ lmi/trunk/docmdichildframe_ex.hpp   2016-03-30 21:32:12 UTC (rev 6539)
@@ -86,11 +86,6 @@
         ,long int          style  = wxDEFAULT_FRAME_STYLE
         ,wxString   const& name   = "child frame"
         );
-    // WX !! Base class wxDocMDIChildFrame's dtor is virtual, but isn't
-    // explicitly marked that way--though it seems that it should be,
-    // for consistency with the style of the rest of the library.
-    //
-    virtual ~DocMDIChildFrameEx();
 
   private:
     // WX !! Shouldn't OnMenuHighlight() be virtual?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]