Fix friend function declaration in gd::String

This commit is contained in:
Victor Levasseur
2015-07-21 11:03:54 +02:00
parent 14fa7118fc
commit 553f74e06e

View File

@@ -40,7 +40,7 @@ class GD_CORE_API String
public:
friend bool GD_CORE_API ::gd::CaseInsensitiveEquiv( const String &, const String &, bool );
friend bool GD_CORE_API CaseInsensitiveEquiv( const String &, const String &, bool );
typedef char32_t value_type;
typedef char32_t& reference;