ports/net-im/libjingle/files/patch-talk__base__stringutils.h
Mario Sergio Fujikawa Ferreira f1b7607c42 o Update to 0.4.0
o Fix BROKEN
2008-09-07 03:05:20 +00:00

11 lines
433 B
C++

--- talk/base/stringutils.h.orig 2008-09-06 23:10:21.000000000 -0300
+++ talk/base/stringutils.h 2008-09-06 23:13:17.000000000 -0300
@@ -269,7 +269,7 @@
template<>
struct Traits<char> {
typedef std::string string;
- inline static const char* Traits<char>::empty_str() { return ""; }
+ inline static const char* empty_str() { return ""; }
};
///////////////////////////////////////////////////////////////////////////////