summaryrefslogtreecommitdiff
path: root/base64.h
diff options
context:
space:
mode:
authorweidai <weidai11@users.noreply.github.com>2005-09-05 21:43:43 +0000
committerweidai <weidai11@users.noreply.github.com>2005-09-05 21:43:43 +0000
commit09bb1aab6411aa9f373a037a46f8986d48b56075 (patch)
tree7c9380467a43a9fd9b4095024796ccabfdce1280 /base64.h
parent946eb7f0f4831bdb3e25eee84489f896a5d1a867 (diff)
downloadcryptopp-git-09bb1aab6411aa9f373a037a46f8986d48b56075.tar.gz
port to GCC 4
Diffstat (limited to 'base64.h')
-rw-r--r--base64.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/base64.h b/base64.h
index b9ba801e..5a9e184b 100644
--- a/base64.h
+++ b/base64.h
@@ -28,7 +28,7 @@ public:
void IsolatedInitialize(const NameValuePairs &parameters) {}
private:
- static const int *GetDecodingLookupArray();
+ static const int * CRYPTOPP_API GetDecodingLookupArray();
};
NAMESPACE_END