mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-02 08:19:19 +00:00
DREAMWEB: fixed invalid operator=
This commit is contained in:
parent
9d53cefa53
commit
e94a8299aa
@ -120,6 +120,7 @@ public:
|
||||
inline void reset(uint16 value);
|
||||
|
||||
inline SegmentRef& operator=(const uint16 id) {
|
||||
reset(id);
|
||||
return *this;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user