Explorar o código

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

Missingmew %!s(int64=5) %!d(string=hai) anos
pai
achega
09c835295c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;