From 5fbe37e89c7bc1b19ee6de470f92525ae3978ca6 Mon Sep 17 00:00:00 2001 From: Mark de Wever Date: Sun, 3 May 2009 10:59:50 +0000 Subject: [PATCH] Fix a compilation error with TINY_GUI. --- src/tests/gui/test_gui2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests/gui/test_gui2.cpp b/src/tests/gui/test_gui2.cpp index 535f8bf2667..ce7ddc61e4e 100644 --- a/src/tests/gui/test_gui2.cpp +++ b/src/tests/gui/test_gui2.cpp @@ -97,7 +97,7 @@ const tresolution_list& get_tiny_gui_resolutions() template void test() { - test_resolutions(get_small_tiny_resolutions()); + test_resolutions(get_tiny_gui_resolutions()); } #else