diff options
Diffstat (limited to 'media/mtp/SqliteDatabase.h')
| -rw-r--r-- | media/mtp/SqliteDatabase.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media/mtp/SqliteDatabase.h b/media/mtp/SqliteDatabase.h index 56dd9dd..7d008f9 100644 --- a/media/mtp/SqliteDatabase.h +++ b/media/mtp/SqliteDatabase.h @@ -29,8 +29,8 @@ public: SqliteDatabase(); virtual ~SqliteDatabase(); - virtual bool open(const char* path, bool create); - virtual void close(); + bool open(const char* path, bool create); + void close(); bool exec(const char* sql); int lastInsertedRow(); |
