Application.h: coding standard fixes

This commit is contained in:
Anthony J. Thibault 2015-11-05 11:03:32 -08:00
parent 50e8f49f52
commit 50370479e4

View file

@ -414,7 +414,7 @@ private:
bool _dependencyManagerIsSetup; bool _dependencyManagerIsSetup;
OffscreenGlCanvas* _offscreenContext {nullptr}; OffscreenGlCanvas* _offscreenContext { nullptr };
DisplayPluginPointer _displayPlugin; DisplayPluginPointer _displayPlugin;
InputPluginList _activeInputPlugins; InputPluginList _activeInputPlugins;
@ -548,7 +548,7 @@ private:
quint64 _lastSimsPerSecondUpdate = 0; quint64 _lastSimsPerSecondUpdate = 0;
bool _isForeground = true; // starts out assumed to be in foreground bool _isForeground = true; // starts out assumed to be in foreground
bool _inPaint = false; bool _inPaint = false;
bool _isGLInitialized {false}; bool _isGLInitialized { false };
}; };
#endif // hifi_Application_h #endif // hifi_Application_h