X-Git-Url: https://git.pterodactylus.net/?p=fms.git;a=blobdiff_plain;f=src%2Fdb%2Fsqlite3statement.cpp;h=39c699f1595fd00b03008cd527066b7a7b016edf;hp=edb2f60a4bbb20ea3f2ac0c263e6ad3b1265009c;hb=8adfd604a97d385869b0ce763b35d014d7aa2cca;hpb=9048d8e482c91960265f29c2b5b3112f2a52f3d8 diff --git a/src/db/sqlite3statement.cpp b/src/db/sqlite3statement.cpp index edb2f60..39c699f 100644 --- a/src/db/sqlite3statement.cpp +++ b/src/db/sqlite3statement.cpp @@ -30,7 +30,7 @@ Statement::Statement(sqlite3_stmt *statement) } } -Statement::Statement(Statement &rhs) +Statement::Statement(const Statement &rhs) { m_statement=NULL; m_parametercount=0;