summaryrefslogtreecommitdiff
path: root/src/core/frontend
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/frontend')
-rw-r--r--src/core/frontend/emu_window.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/frontend/emu_window.h b/src/core/frontend/emu_window.h
index bb283d844..72294d4d8 100644
--- a/src/core/frontend/emu_window.h
+++ b/src/core/frontend/emu_window.h
@@ -30,7 +30,7 @@ public:
30 30
31 class Scoped { 31 class Scoped {
32 public: 32 public:
33 Scoped(GraphicsContext& context_) : context(context_) { 33 explicit Scoped(GraphicsContext& context_) : context(context_) {
34 context.MakeCurrent(); 34 context.MakeCurrent();
35 } 35 }
36 ~Scoped() { 36 ~Scoped() {