aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2014-10-28 12:08:42 +0200
committerMichael Shepanski <michael@codesynthesis.com>2014-10-30 13:41:36 +1100
commit31af5a488f2be9f4059e159492d4fe62f25a895a (patch)
tree14b2b9ce0b9330cf534cedf3f743a74350177020
parentcf2dc5ebab039f59f5ee1ea738449b79a8ebca80 (diff)
Get rid of stray semicolon
-rw-r--r--odb/details/shared-ptr.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/details/shared-ptr.hxx b/odb/details/shared-ptr.hxx
index 6a8708a..aecde12 100644
--- a/odb/details/shared-ptr.hxx
+++ b/odb/details/shared-ptr.hxx
@@ -100,7 +100,7 @@ namespace odb
// Conversion to bool.
//
typedef void (shared_ptr::*boolean_convertible)();
- void true_value () {};
+ void true_value () {}
operator boolean_convertible () const
{