diff options
Diffstat (limited to 'common/winexe.h')
-rw-r--r-- | common/winexe.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/winexe.h b/common/winexe.h index 3567a037e1..af0d70c555 100644 --- a/common/winexe.h +++ b/common/winexe.h @@ -38,7 +38,7 @@ public: WinResourceID(String x) { _idType = kIDTypeString; _name = x; } WinResourceID(uint32 x) { _idType = kIDTypeNumerical; _id = x; } - WinResourceID &operator=(String string); + WinResourceID &operator=(const String &x); WinResourceID &operator=(uint32 x); bool operator==(const String &x) const; |