Browse Source

[trivial] Fix comment for ForceSetArg()

0.15
John Newbery 7 years ago
parent
commit
42a83e5455
  1. 3
      src/util.h

3
src/util.h

@ -241,7 +241,8 @@ bool SoftSetArg(const std::string& strArg, const std::string& strValue); @@ -241,7 +241,8 @@ bool SoftSetArg(const std::string& strArg, const std::string& strValue);
*/
bool SoftSetBoolArg(const std::string& strArg, bool fValue);
// Forces a arg setting, used only in testing
// Forces an arg setting. Called by SoftSetArg() if the arg hasn't already
// been set. Also called directly in testing.
void ForceSetArg(const std::string& strArg, const std::string& strValue);
};

Loading…
Cancel
Save