From f769a165fd3bb4f68d8cdee160ebd8f003fcc0e1 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sun, 28 Apr 2013 19:22:16 +0000 Subject: aes changes revert git-svn-id: http://svn.miranda-ng.org/main/trunk@4561 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Skype/src/base64/base64.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/Skype/src/base64') diff --git a/protocols/Skype/src/base64/base64.h b/protocols/Skype/src/base64/base64.h index 9406df7a8f..c81ef778fc 100644 --- a/protocols/Skype/src/base64/base64.h +++ b/protocols/Skype/src/base64/base64.h @@ -4,7 +4,7 @@ class Base64 { private: static char CharBase64[]; - static int IndexBase64[]; + static int IndexBase64[]; public: static ULONG Encode(const char *inputString, char *outputBuffer, SIZE_T nMaxLength); -- cgit v1.2.3