summaryrefslogtreecommitdiff
path: root/src/unittests/utils/translation/poparser.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/unittests/utils/translation/poparser.cc')
-rw-r--r--src/unittests/utils/translation/poparser.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/unittests/utils/translation/poparser.cc b/src/unittests/utils/translation/poparser.cc
index cd46e4768..bf5abaca4 100644
--- a/src/unittests/utils/translation/poparser.cc
+++ b/src/unittests/utils/translation/poparser.cc
@@ -65,11 +65,11 @@ TEST_CASE("PoParser tests", "PoParser")
#ifdef USE_SDL2
SDLImageHelper::setRenderer(graphicsManager.createRenderer(
- graphicsManager.createWindow(640, 480, 0,
+ GraphicsManager::createWindow(640, 480, 0,
SDL_WINDOW_SHOWN | SDL_SWSURFACE), SDL_RENDERER_SOFTWARE));
#else // USE_SDL2
- graphicsManager.createWindow(640, 480, 0, SDL_ANYFORMAT | SDL_SWSURFACE);
+ GraphicsManager::createWindow(640, 480, 0, SDL_ANYFORMAT | SDL_SWSURFACE);
#endif // USE_SDL2
theme = new Theme;