소스 검색

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;