mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-27 14:27:24 +00:00
Fix a compilation error with TINY_GUI.
This commit is contained in:
parent
061bb8fefe
commit
5fbe37e89c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user