diff options
Diffstat (limited to 'common/session/custom/session.hxx')
-rw-r--r-- | common/session/custom/session.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/session/custom/session.hxx b/common/session/custom/session.hxx index 6de140e..1ebf452 100644 --- a/common/session/custom/session.hxx +++ b/common/session/custom/session.hxx @@ -51,7 +51,7 @@ private: virtual ~object_map_base () {} - // Return true we flushed anything. + // Return true if we flushed anything. // virtual bool flush (odb::database&) = 0; |