Author: mordante
Date: Sun May  3 12:59:50 2009
New Revision: 35428

URL: http://svn.gna.org/viewcvs/wesnoth?rev=35428&view=rev
Log:
Fix a compilation error with TINY_GUI.

Modified:
    trunk/src/tests/gui/test_gui2.cpp

Modified: trunk/src/tests/gui/test_gui2.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/tests/gui/test_gui2.cpp?rev=35428&r1=35427&r2=35428&view=diff
==============================================================================
--- trunk/src/tests/gui/test_gui2.cpp (original)
+++ trunk/src/tests/gui/test_gui2.cpp Sun May  3 12:59:50 2009
@@ -97,7 +97,7 @@
 template<class T>
 void test()
 {
-       test_resolutions<T>(get_small_tiny_resolutions());
+       test_resolutions<T>(get_tiny_gui_resolutions());
 }
 
 #else


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

Reply via email to