Skip to content

Commit

Permalink
bring Error::description definition
Browse files Browse the repository at this point in the history
  • Loading branch information
mrodozov committed Mar 22, 2018
1 parent 26e1f48 commit acfff3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/fastjet/Error.hh
Expand Up @@ -62,7 +62,7 @@ public:
/// the error message
std::string message() const {return _message;}


std::string description() const {return message();}

// CMS change: the following three static functions
// are no longer defined in the header.
Expand Down

0 comments on commit acfff3b

Please sign in to comment.