Browse Source

Platform: fixed multiple definition error.

Vladimír Vondruš 13 years ago
parent
commit
359761966d
  1. 2
      src/Platform/NaClApplication.h

2
src/Platform/NaClApplication.h

@ -474,7 +474,7 @@ class NaClApplication::InputEvent {
}; };
#ifdef CORRADE_GCC45_COMPATIBILITY #ifdef CORRADE_GCC45_COMPATIBILITY
NaClApplication::InputEvent::~InputEvent() = default; inline NaClApplication::InputEvent::~InputEvent() = default;
#endif #endif
/** /**

Loading…
Cancel
Save