summaryrefslogtreecommitdiff
path: root/basecode.h
diff options
context:
space:
mode:
Diffstat (limited to 'basecode.h')
-rw-r--r--basecode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/basecode.h b/basecode.h
index 8f0b213..cc44c43 100644
--- a/basecode.h
+++ b/basecode.h
@@ -49,7 +49,7 @@ public:
void IsolatedInitialize(const NameValuePairs &parameters);
size_t Put2(const byte *begin, size_t length, int messageEnd, bool blocking);
- static void InitializeDecodingLookupArray(int *lookup, const byte *alphabet, unsigned int base, bool caseInsensitive);
+ static void CRYPTOPP_API InitializeDecodingLookupArray(int *lookup, const byte *alphabet, unsigned int base, bool caseInsensitive);
private:
const int *m_lookup;