Author: mordante
Date: Thu Jun 12 20:50:12 2008
New Revision: 27126

URL: http://svn.gna.org/viewcvs/wesnoth?rev=27126&view=rev
Log:
Add a forgotten virtual destructor.

Modified:
    trunk/src/gui/dialogs/dialog.hpp

Modified: trunk/src/gui/dialogs/dialog.hpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/gui/dialogs/dialog.hpp?rev=27126&r1=27125&r2=27126&view=diff
==============================================================================
--- trunk/src/gui/dialogs/dialog.hpp (original)
+++ trunk/src/gui/dialogs/dialog.hpp Thu Jun 12 20:50:12 2008
@@ -37,6 +37,8 @@
        tdialog() : 
                retval_(0)
        {}
+
+       virtual ~tdialog() {}
 
        /** Shows the window */
        void show(CVideo& video);


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to