mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-21 11:41:03 +00:00
fix compilation
This commit is contained in:
parent
f13ae3b706
commit
0e51c5832d
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue