Version: {{version.[0]}}.{{version.[1]}}.{{version.[2]}}
+ {{#each sceneLicenses}} + {{> scenelicense}} + {{/each}} +0,0.
diff --git a/include/openspace/interaction/luaconsole.h b/include/openspace/interaction/luaconsole.h
index bbc32acc14..ea9b5c87ca 100644
--- a/include/openspace/interaction/luaconsole.h
+++ b/include/openspace/interaction/luaconsole.h
@@ -55,6 +55,7 @@ public:
private:
void parallelConnectionChanged(const ParallelConnection::Status& status);
+
void addToCommand(std::string c);
std::string sanitizeInput(std::string str);
@@ -68,7 +69,6 @@ private:
properties::Vec4Property _historyTextColor;
properties::IntProperty _historyLength;
-
size_t _inputPosition;
std::vector