fix for reload with scanconfig

This commit is contained in:
john30
2015-11-08 10:54:32 +01:00
parent 9fecc3a766
commit 41b6e91295
2 changed files with 5 additions and 6 deletions
+1 -2
View File
@@ -64,11 +64,10 @@ struct options
/**
* Load the message definitions from configuration files.
* @param messages the @a MessageMap to load the messages into.
* @param recursive whether to load all files recursively.
* @param verbose whether to verbosely log problems.
* @return the result code.
*/
result_t loadConfigFiles(MessageMap* messages, bool recursive=true, bool verbose=false);
result_t loadConfigFiles(MessageMap* messages, bool verbose=false);
/**
* Load the message definitions from a configuration file matching the scan result.