blockchain_db: add a few const

This commit is contained in:
moneromooo-monero
2015-05-27 19:03:46 +01:00
parent 09324764c0
commit 8069b3ba7f
6 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -330,7 +330,7 @@ public:
virtual void open(const std::string& filename, const int db_flags = 0) = 0;
// returns true of the db is open/ready, else false
bool is_open();
bool is_open() const;
// close and sync the db
virtual void close() = 0;