summaryrefslogtreecommitdiff
path: root/include/spacebot.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/spacebot.h')
-rw-r--r--include/spacebot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/spacebot.h b/include/spacebot.h
index b152197..9b89383 100644
--- a/include/spacebot.h
+++ b/include/spacebot.h
@@ -9,7 +9,7 @@ public:
Spacebot(std::string outputPath);
void writeNextMove();
private:
- std::string outputPath;
+ std::string outputFilename;
GameState gameState;
void writeMove(const Move& move);
Move chooseMove();