summaryrefslogtreecommitdiff
path: root/libsqlitepp/sqlite-modifycommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'libsqlitepp/sqlite-modifycommand.h')
-rw-r--r--libsqlitepp/sqlite-modifycommand.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/libsqlitepp/sqlite-modifycommand.h b/libsqlitepp/sqlite-modifycommand.h
index c71dd1f..139e698 100644
--- a/libsqlitepp/sqlite-modifycommand.h
+++ b/libsqlitepp/sqlite-modifycommand.h
@@ -9,13 +9,8 @@ namespace SQLite {
class ModifyCommand : public DB::ModifyCommand, public Command {
public:
ModifyCommand(const Connection *, const std::string & sql);
- virtual ~ModifyCommand();
unsigned int execute(bool) override;
-
- private:
- void prepare() const;
- mutable bool prepared;
};
}