mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-24 04:58:59 -05:00
Remove warnings in Clang
This commit is contained in:
@@ -85,8 +85,8 @@ WebGuiModule::WebGuiModule()
|
||||
, _enabled(ServerProcessEnabledInfo, false)
|
||||
, _entryPoint(ServerProcessEntryPointInfo)
|
||||
, _webDirectory(WebDirectoryInfo)
|
||||
, _address(AddressInfo, DefaultAddress)
|
||||
, _port(PortInfo, DefaultPort)
|
||||
, _address(AddressInfo, DefaultAddress)
|
||||
, _webSocketInterface(WebSocketInterfaceInfo, "")
|
||||
{
|
||||
addProperty(_enabled);
|
||||
|
||||
Reference in New Issue
Block a user