Accidentally overlooked in f4b6130ab0.
f4b6130ab0
@ -575,7 +575,7 @@ class GlfwApplication {
#ifdef MAGNUM_TARGET_GL
Containers::Pointer<Platform::GLContext> _context;
#endif
int _exitCode;
int _exitCode = 0;
Vector2i _minWindowSize;
Vector2i _maxWindowSize;
@ -1039,7 +1039,7 @@ class Sdl2Application {
Flags _flags;
};