fix compilation

This commit is contained in:
Christoph Oelckers 2024-01-07 10:05:03 +01:00
parent f13ae3b706
commit 0e51c5832d

View file

@ -179,7 +179,7 @@ public:
const char &operator[] (unsigned long long index) const { return Chars[index]; }
FString &operator = (const FString &other);
FString &operator = (FString &&other);
FString &operator = (FString &&other) noexcept;
FString &operator = (const char *copyStr);
FString operator + (const FString &tail) const;