mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-06 03:29:44 -06:00
Remove warnings
This commit is contained in:
@@ -36,8 +36,9 @@ public:
|
||||
|
||||
void handleJson(const nlohmann::json& json) override;
|
||||
bool isDone() const override;
|
||||
|
||||
private:
|
||||
void runScript(const std::string& script, bool returnValue);
|
||||
void runScript(std::string script, bool returnValue);
|
||||
|
||||
bool _waitingForReturnValue = true;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user