Fix a compilation error with TINY_GUI.

This commit is contained in:
Mark de Wever 2009-05-03 10:59:50 +00:00
parent 061bb8fefe
commit 5fbe37e89c

View file

@ -97,7 +97,7 @@ const tresolution_list& get_tiny_gui_resolutions()
template<class T>
void test()
{
test_resolutions<T>(get_small_tiny_resolutions());
test_resolutions<T>(get_tiny_gui_resolutions());
}
#else