summaryrefslogtreecommitdiff
path: root/boost/archive/iterators/base64_from_binary.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/archive/iterators/base64_from_binary.hpp')
-rw-r--r--boost/archive/iterators/base64_from_binary.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/archive/iterators/base64_from_binary.hpp b/boost/archive/iterators/base64_from_binary.hpp
index 00c4e10c10..ee84994439 100644
--- a/boost/archive/iterators/base64_from_binary.hpp
+++ b/boost/archive/iterators/base64_from_binary.hpp
@@ -41,7 +41,7 @@ template<class CharType>
struct from_6_bit {
typedef CharType result_type;
CharType operator()(CharType t) const{
- const char * lookup_table =
+ static const char * lookup_table =
"ABCDEFGHIJKLMNOPQRSTUVWXYZ"
"abcdefghijklmnopqrstuvwxyz"
"0123456789"