summaryrefslogtreecommitdiff
path: root/odb/relational/schema.hxx
diff options
context:
space:
mode:
authorConstantin Michael <constantin@codesynthesis.com>2011-10-20 10:27:04 +0200
committerConstantin Michael <constantin@codesynthesis.com>2011-10-21 11:47:14 +0200
commitee54a95bc8e86c9d64bd624e913893cd13c35e72 (patch)
tree42eba6a56582b9b4d4cd0cf4fc04cc05d0543e1f /odb/relational/schema.hxx
parentdbf411c52792587786b2f258ffda18bff0c3a8c5 (diff)
Minimize Oracle schema_emitter implementation
Diffstat (limited to 'odb/relational/schema.hxx')
-rw-r--r--odb/relational/schema.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/relational/schema.hxx b/odb/relational/schema.hxx
index 2911c40..6c4cdee 100644
--- a/odb/relational/schema.hxx
+++ b/odb/relational/schema.hxx
@@ -73,7 +73,7 @@ namespace relational
<< endl;
}
- private:
+ protected:
bool first_;
};