diff --git a/encfs/BlockNameIO.h b/encfs/BlockNameIO.h index 4a0db78..9aebea8 100644 --- a/encfs/BlockNameIO.h +++ b/encfs/BlockNameIO.h @@ -38,7 +38,7 @@ class Cipher; */ class BlockNameIO : public NameIO { public: - static rel::Interface CurrentInterface(bool caseSensitive = false); + static rel::Interface CurrentInterface(bool caseInsensitive = false); BlockNameIO(const rel::Interface &iface, const shared_ptr &cipher, const CipherKey &key, int blockSize,