瀏覽代碼

Merge branch 'cleanup-cli' of git.rwth-aachen.de:tobias.wach/ccats into cleanup-cli

Missingmew 5 年之前
父節點
當前提交
09c835295c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      cli/src/cmdman.cpp

+ 1 - 1
cli/src/cmdman.cpp

@@ -3,7 +3,7 @@
 
 #include <iostream>
 
-CmdMan::CmdMan(FileMan &fm) : fileman(fileman) {
+CmdMan::CmdMan(FileMan &fm) : fileman(fm) {
 	
 	/* setup json stuff */
   Json::CharReaderBuilder rbuilder;