mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-24 21:19:46 -06:00
Feature/cleanup (#837)
* Style guide fixes * Various cleanups * Update SGCT
This commit is contained in:
@@ -145,7 +145,7 @@ std::string KeybindingManager::generateJson() const {
|
||||
std::stringstream json;
|
||||
json << "[";
|
||||
bool first = true;
|
||||
for (const std::pair<KeyWithModifier, KeyInformation>& p : _keyLua) {
|
||||
for (const std::pair<const KeyWithModifier, KeyInformation>& p : _keyLua) {
|
||||
if (!first) {
|
||||
json << ",";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user