]> git.sesse.net Git - stockfish/blobdiff - src/timeman.cpp
Rename of TimeMgr and friends
[stockfish] / src / timeman.cpp
index 46ef75f4221335de0b7d2e0ebd9c66c651ec3f24..4763671a845edf6805e03a62a668816dc59732b1 100644 (file)
@@ -78,7 +78,7 @@ namespace {
 ///  inc >  0 && movestogo == 0 means: x basetime + z increment
 ///  inc >  0 && movestogo != 0 means: x moves in y minutes + z increment
 
-void TimeManager::init(const Search::LimitsType& limits, Color us, int ply, TimePoint now)
+void TimeManagement::init(const Search::LimitsType& limits, Color us, int ply, TimePoint now)
 {
   int minThinkingTime = Options["Minimum Thinking Time"];
   int moveOverhead    = Options["Move Overhead"];