From 4e37f436f4425ce1c428f93bedd81bfdc4dc23f7 Mon Sep 17 00:00:00 2001 From: weidai Date: Mon, 5 Sep 2005 21:43:43 +0000 Subject: port to GCC 4 git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@211 57ff6487-cd31-0410-9ec3-f628ee90f5f0 --- hex.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hex.h') diff --git a/hex.h b/hex.h index 74302f2..33e3330 100644 --- a/hex.h +++ b/hex.h @@ -28,7 +28,7 @@ public: void IsolatedInitialize(const NameValuePairs ¶meters); private: - static const int *GetDefaultDecodingLookupArray(); + static const int * CRYPTOPP_API GetDefaultDecodingLookupArray(); }; NAMESPACE_END -- cgit v1.2.1