summaryrefslogtreecommitdiff
path: root/odb/odb.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/odb.cxx')
-rw-r--r--odb/odb.cxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/odb/odb.cxx b/odb/odb.cxx
index e70c368..4511115 100644
--- a/odb/odb.cxx
+++ b/odb/odb.cxx
@@ -615,6 +615,9 @@ main (int argc, char* argv[])
// Add custom prologue if any.
//
+ // NOTE: if you change the format, you also need to update code
+ // in include.cxx
+ //
strings const& pro (ops.odb_prologue ());
for (size_t i (0); i < pro.size (); ++i)
{
@@ -640,6 +643,9 @@ main (int argc, char* argv[])
// Add custom epilogue if any.
//
+ // NOTE: if you change the format, you also need to update code
+ // in include.cxx
+ //
strings const& epi (ops.odb_epilogue ());
for (size_t i (0); i < epi.size (); ++i)
{