- .deb work
- update package creation
- added hyperion package icon
- remove V4L2 warning for OSX build
This commit is contained in:
Paulchen-Panther
2019-01-19 18:35:40 +01:00
parent d609e4137b
commit 1a9433861e
16 changed files with 228 additions and 24 deletions

View File

@@ -97,7 +97,7 @@ void FlatBufferServer::stopServer()
if(_server->isListening())
{
// close client connections
for(auto client : _openConnections)
for(const auto& client : _openConnections)
{
client->forceClose();
}