wes 4 years ago
parent
commit
a4108aebcf
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Qwixx/olok.cpp

+ 1 - 0
Qwixx/olok.cpp

@@ -72,4 +72,5 @@ std::string Olok::toString(void) {
     }
     // add penalty count to output
     output.push_back(penaltyCount + '0');
+    return output;
 }