diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2010-09-25 01:20:09 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2010-09-25 01:20:09 +0200 |
commit | c6923454b2244d85ab90bea34b0bb242a5f97d1b (patch) | |
tree | 314f37839813ec5ef931c88d87a699ae1ad50a07 | |
parent | 497e3dbc0f8960fbd57d2d51dffdfe5b008e7774 (diff) |
Remove stray semicolon
-rw-r--r-- | odb/mysql/exceptions.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/mysql/exceptions.hxx b/odb/mysql/exceptions.hxx index 3902236..1843111 100644 --- a/odb/mysql/exceptions.hxx +++ b/odb/mysql/exceptions.hxx @@ -71,7 +71,7 @@ namespace odb virtual const char* what () const throw (); - private:; + private: std::string what_; }; } |