Browse Source

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

Missingmew 5 years ago
parent
commit
09c835295c
1 changed files with 1 additions and 1 deletions
  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;