Forráskód Böngészése

Merge branch 'master' of https://gitlab.vis.ethz.ch/niwinkle/chessy

Nicolas Winkler 7 éve
szülő
commit
1840f4c09e
2 módosított fájl, 2 hozzáadás és 1 törlés
  1. 1 0
      src/ChessGame.cpp
  2. 1 1
      src/UciParser.h

+ 1 - 0
src/ChessGame.cpp

@@ -202,3 +202,4 @@ void ChessGame::undoMove(const UndoInfo& ui)
     reversibleHalfMoves = ui.reversibleHalfMoves;
     castlingRights = ui.castlingRights;
 }
+

+ 1 - 1
src/UciParser.h

@@ -81,7 +81,7 @@ public:
     template<typename T>
     inline void write(T&& t)
     {
-        std::cout << t << endl;
+        std::cout << t << std::endl;
     }
 
     // command handlers