diff --git a/src/Platform/Sdl2Application.h b/src/Platform/Sdl2Application.h index 94d43eed8..690ad475f 100644 --- a/src/Platform/Sdl2Application.h +++ b/src/Platform/Sdl2Application.h @@ -156,7 +156,7 @@ class Sdl2Application { protected: /* Nobody will need to have (and delete) Sdl2Application*, thus this is faster than public pure virtual destructor */ - virtual ~Sdl2Application(); + ~Sdl2Application(); /** @copydoc GlutApplication::createContext() */ void createContext(const Configuration& configuration);