wesnoth-cvs-commits
[Top][All Lists]
Advanced

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

[Wesnoth-cvs-commits] wesnoth/src/editor editor.hpp


From: Bram Ridder
Subject: [Wesnoth-cvs-commits] wesnoth/src/editor editor.hpp
Date: Tue, 12 Jul 2005 15:56:39 -0400

CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     Bram Ridder <address@hidden>    05/07/12 19:56:39

Modified files:
        src/editor     : editor.hpp 

Log message:
        removed map_editor:: before verify_filename...

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/editor/editor.hpp.diff?tr1=1.45&tr2=1.46&r1=text&r2=text

Patches:
Index: wesnoth/src/editor/editor.hpp
diff -u wesnoth/src/editor/editor.hpp:1.45 wesnoth/src/editor/editor.hpp:1.46
--- wesnoth/src/editor/editor.hpp:1.45  Sun Jul 10 11:02:25 2005
+++ wesnoth/src/editor/editor.hpp       Tue Jul 12 19:56:39 2005
@@ -169,7 +169,7 @@
        void set_starting_position(const int player, const gamemap::location 
loc);
 
        /// Check whether the filename contains illegal characters.
-       bool map_editor::verify_filename(const std::string& filename, bool 
show_error) const;
+       bool verify_filename(const std::string& filename, bool show_error) 
const;
        
        /// Display a menu with given items and at the given location.
        void show_menu(const std::vector<std::string>& items_arg, const int 
xloc,




reply via email to

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