Remove Clang warnings

This commit is contained in:
Alexander Bock
2018-03-08 20:18:18 +01:00
parent 06ebd75b21
commit 7ccb42545c
12 changed files with 31 additions and 45 deletions
+1 -1
View File
@@ -281,12 +281,12 @@ void CaptionText(const char* text) {
GUI::GUI()
: GuiComponent("Main")
, _globalProperty("Global Properties")
, _moduleProperty("Module Properties")
, _sceneProperty(
"Scene Properties",
GuiPropertyComponent::UseTreeLayout::Yes
)
, _screenSpaceProperty("ScreenSpace Properties")
, _moduleProperty("Module Properties")
, _virtualProperty("Virtual Properties")
, _featuredProperties("Featured Properties", GuiPropertyComponent::UseTreeLayout::No)
, _showInternals(false)