summaryrefslogtreecommitdiff
path: root/db/mork/src/morkRow.h
diff options
context:
space:
mode:
Diffstat (limited to 'db/mork/src/morkRow.h')
-rw-r--r--db/mork/src/morkRow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/mork/src/morkRow.h b/db/mork/src/morkRow.h
index 31fa206095..d33c707e57 100644
--- a/db/mork/src/morkRow.h
+++ b/db/mork/src/morkRow.h
@@ -95,7 +95,7 @@ public: // flags bit twiddling
public: // other row methods
morkRow( ) { }
- morkRow(const mdbOid* inOid) :mRow_Oid(*inOid) { }
+ explicit morkRow(const mdbOid* inOid) :mRow_Oid(*inOid) { }
void InitRow(morkEnv* ev, const mdbOid* inOid, morkRowSpace* ioSpace,
mork_size inLength, morkPool* ioPool);
// if inLength is nonzero, cells will be allocated from ioPool