Browse Source

Platform: I was drunk also when writing this.

The comment contradicts the statement.
pull/34/head
Vladimír Vondruš 13 years ago
parent
commit
bfac19ceef
  1. 2
      src/Platform/Sdl2Application.h

2
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);

Loading…
Cancel
Save