From bfac19ceef618b958fc689701cfcd57f940a916b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Wed, 13 Nov 2013 20:03:59 +0100 Subject: [PATCH] Platform: I was drunk also when writing this. The comment contradicts the statement. --- src/Platform/Sdl2Application.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);