aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--odb/mysql/exceptions.hxx2
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_;
};
}