Better message

release/4.3a0
dellaert 2014-11-30 16:08:08 +01:00
parent 8a54e19811
commit e8c9b8c1d7
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ private:
const std::string what_;
public:
DependencyMissing(const std::string& dep, const std::string& loc) :
what_("Missing dependency " + dep + " in " + loc) {}
what_("Missing dependency '" + dep + "' in " + loc) {}
~DependencyMissing() throw() {}
virtual const char* what() const throw() { return what_.c_str(); }
};