wes 4 年之前
父节点
当前提交
a4108aebcf
共有 1 个文件被更改,包括 1 次插入0 次删除
  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;
 }