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 /**