Author: mordante
Date: Tue Apr  7 22:02:49 2009
New Revision: 34619

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

Modified:
    trunk/src/savegame.hpp

Modified: trunk/src/savegame.hpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/savegame.hpp?rev=34619&r1=34618&r2=34619&view=diff
==============================================================================
--- trunk/src/savegame.hpp (original)
+++ trunk/src/savegame.hpp Tue Apr  7 22:02:49 2009
@@ -54,6 +54,8 @@
 {
 public:
        savegame(game_state& gamestate, const std::string title = "Save");
+
+       virtual ~savegame() {}
 
        void save_game(const std::string& filename);
        void save_game(display* gui = NULL);


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

Reply via email to