|
|
|
@ -156,7 +156,7 @@ class Sdl2Application { |
|
|
|
protected: |
|
|
|
protected: |
|
|
|
/* Nobody will need to have (and delete) Sdl2Application*, thus this is
|
|
|
|
/* Nobody will need to have (and delete) Sdl2Application*, thus this is
|
|
|
|
faster than public pure virtual destructor */ |
|
|
|
faster than public pure virtual destructor */ |
|
|
|
virtual ~Sdl2Application(); |
|
|
|
~Sdl2Application(); |
|
|
|
|
|
|
|
|
|
|
|
/** @copydoc GlutApplication::createContext() */ |
|
|
|
/** @copydoc GlutApplication::createContext() */ |
|
|
|
void createContext(const Configuration& configuration); |
|
|
|
void createContext(const Configuration& configuration); |
|
|
|
|