Skip to content
Snippets Groups Projects
Commit 3d39db52 authored by Manuel Grizonnet's avatar Manuel Grizonnet
Browse files

TEST:configFile test modify

parent f206a2b6
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ ConfigFile::ConfigFile( string filename, string delimiter,
in >> (*this);
}
ConfigFile::ConfigFile()
: myDelimiter( string(1,'=') ), myComment( string(1,'#') )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment