summaryrefslogtreecommitdiff
path: root/odb/inline.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/inline.cxx')
-rw-r--r--odb/inline.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/odb/inline.cxx b/odb/inline.cxx
index ee3a8e6..bf0aec9 100644
--- a/odb/inline.cxx
+++ b/odb/inline.cxx
@@ -38,7 +38,8 @@ namespace
// id ()
//
os << "inline" << endl
- << traits << "::id_type " << traits << "::" << endl
+ << traits << "::id_type" << endl
+ << traits << "::" << endl
<< "id (const object_type& obj)"
<< "{"
<< "return obj." << id.name () << ";" << endl