From 359761966d5624847ee97da0c8400659ddb4107c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Wed, 30 Oct 2013 15:31:52 +0100 Subject: [PATCH] Platform: fixed multiple definition error. --- src/Platform/NaClApplication.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Platform/NaClApplication.h b/src/Platform/NaClApplication.h index b8217e0c8..965283622 100644 --- a/src/Platform/NaClApplication.h +++ b/src/Platform/NaClApplication.h @@ -474,7 +474,7 @@ class NaClApplication::InputEvent { }; #ifdef CORRADE_GCC45_COMPATIBILITY -NaClApplication::InputEvent::~InputEvent() = default; +inline NaClApplication::InputEvent::~InputEvent() = default; #endif /**