mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-29 00:31:39 +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>
|
template<class T>
|
||||||
void test()
|
void test()
|
||||||
{
|
{
|
||||||
test_resolutions<T>(get_small_tiny_resolutions());
|
test_resolutions<T>(get_tiny_gui_resolutions());
|
||||||
}
|
}
|
||||||
|
|
||||||
#else
|
#else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user