blob: 54c7730699f15edc1235b9f900f575c280aa8800 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- talk/base/base64.h.orig 2008-09-06 23:14:08.000000000 -0300
+++ talk/base/base64.h 2008-09-06 23:14:50.000000000 -0300
@@ -23,8 +23,8 @@
static std::string decode(const std::string & data);
static std::string encodeFromArray(const char * data, size_t len);
private:
- static const std::string Base64::Base64Table;
- static const std::string::size_type Base64::DecodeTable[];
+ static const std::string Base64Table;
+ static const std::string::size_type DecodeTable[];
};
} // namespace talk_base
|