From 0a93b45b6a2662c69320e6c69f8024e26909a168 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Sat, 11 Aug 2018 20:20:19 -0400 Subject: core: Namespace EmuWindow Gets the class out of the global namespace. --- src/yuzu_cmd/emu_window/emu_window_sdl2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/yuzu_cmd/emu_window/emu_window_sdl2.h') diff --git a/src/yuzu_cmd/emu_window/emu_window_sdl2.h b/src/yuzu_cmd/emu_window/emu_window_sdl2.h index 1d835c3c6..d34902109 100644 --- a/src/yuzu_cmd/emu_window/emu_window_sdl2.h +++ b/src/yuzu_cmd/emu_window/emu_window_sdl2.h @@ -10,7 +10,7 @@ struct SDL_Window; -class EmuWindow_SDL2 : public EmuWindow { +class EmuWindow_SDL2 : public Core::Frontend::EmuWindow { public: explicit EmuWindow_SDL2(bool fullscreen); ~EmuWindow_SDL2(); -- cgit v1.2.3