mirror of
https://github.com/4ian/GDevelop.git
synced 2025-10-15 10:19:04 +00:00
Fix friend function declaration in gd::String
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user