X-Git-Url: https://git.pterodactylus.net/?p=fms.git;a=blobdiff_plain;f=include%2Fdb%2Fsqlite3db%2Fsqlite3statement.h;h=04b24a09fa5247d8efe35aa60982f9301c020872;hp=6294c8ef5660d901ac34ab3385ae2083d5e62405;hb=5f8a87e41beeda971d6a47a6c6b0555da00af978;hpb=c7fcb4c4bc5012a584add81a9509fc1f84c3c688 diff --git a/include/db/sqlite3db/sqlite3statement.h b/include/db/sqlite3db/sqlite3statement.h index 6294c8e..04b24a0 100644 --- a/include/db/sqlite3db/sqlite3statement.h +++ b/include/db/sqlite3db/sqlite3statement.h @@ -57,7 +57,8 @@ private: long m_lastinsertrowid; static std::map m_statementcount; - std::vector textptrs; + //std::vector textptrs; + std::vector> m_boundtext; }; //class