Amend: Labels are backwards for "Block" and "Block32" (Issue #8)

Forgot to update header declaration for CurrentInterface
This commit is contained in:
Charles Munson 2016-03-22 14:40:43 +01:00
parent aa08c382d9
commit b015f0c294

View File

@ -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> &cipher,
const CipherKey &key, int blockSize,