diff options
Diffstat (limited to 'app/sql/statement.h')
-rw-r--r-- | app/sql/statement.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/sql/statement.h b/app/sql/statement.h index 8ee6ef5..92495c7 100644 --- a/app/sql/statement.h +++ b/app/sql/statement.h @@ -42,7 +42,7 @@ class Statement { // you initialize it via Assign. Statement(); - Statement(scoped_refptr<Connection::StatementRef> ref); + explicit Statement(scoped_refptr<Connection::StatementRef> ref); ~Statement(); // Initializes this object with the given statement, which may or may not |