From 69161989ae6581768b4fa4ab2c54a83e96a2c578 Mon Sep 17 00:00:00 2001 From: Martchus Date: Tue, 12 Jun 2018 21:49:16 +0200 Subject: [PATCH] Fix missing std prefix --- io/passwordfile.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/io/passwordfile.h b/io/passwordfile.h index 88f841b..1db09e6 100644 --- a/io/passwordfile.h +++ b/io/passwordfile.h @@ -43,7 +43,7 @@ public: void clearPassword(); bool isEncryptionUsed(); bool isOpen() const; - size_t size(); + std::size_t size(); private: std::string m_path;