Skip to content

Commit

Permalink
Removed an extraneous ';' char.
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Feb 14, 2014
1 parent 2e1caec commit 3089af8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/pcp-cpp/exception.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class exception : public std::exception {
{
}

virtual ~exception() throw() { };
virtual ~exception() throw() { }

virtual int error_code() const
{
Expand Down

0 comments on commit 3089af8

Please sign in to comment.