summaryrefslogtreecommitdiff
path: root/odb/common.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/common.hxx')
-rw-r--r--odb/common.hxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/odb/common.hxx b/odb/common.hxx
index 3811ea9..96d1330 100644
--- a/odb/common.hxx
+++ b/odb/common.hxx
@@ -90,7 +90,10 @@ private:
//
struct object_columns_base: traversal::class_
{
- virtual void
+ // Returning false means that the column has been ignored and the
+ // first flag should not be changed.
+ //
+ virtual bool
column (semantics::data_member&, std::string const& name, bool first) = 0;
// If you override this function, always call the base. The second argument