Author: mordante
Date: Wed Jul  9 17:25:13 2008
New Revision: 27875

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

Modified:
    trunk/src/editor2/mouse_action.hpp

Modified: trunk/src/editor2/mouse_action.hpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/editor2/mouse_action.hpp?rev=27875&r1=27874&r2=27875&view=diff
==============================================================================
--- trunk/src/editor2/mouse_action.hpp (original)
+++ trunk/src/editor2/mouse_action.hpp Wed Jul  9 17:25:13 2008
@@ -36,6 +36,8 @@
        : mode_(mode)
        {
        }
+
+       virtual ~mouse_action() {}
        
        /**
         * A click, possibly the beginning of a drag


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

Reply via email to