Fix missing std prefix

This commit is contained in:
Martchus 2018-06-12 21:49:16 +02:00
parent 968e597c24
commit 69161989ae
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ public:
void clearPassword();
bool isEncryptionUsed();
bool isOpen() const;
size_t size();
std::size_t size();
private:
std::string m_path;