mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-21 07:11:16 +00:00
Modern compiler fix
This commit is contained in:
parent
6bd395a0f8
commit
597a1da8b0
@ -20,7 +20,7 @@ class MxUtilityList : public list<T> {
|
||||
}
|
||||
|
||||
// Note: does not take a reference
|
||||
void PushBack(T p_obj) { push_back(p_obj); }
|
||||
void PushBack(T p_obj) { this->push_back(p_obj); }
|
||||
};
|
||||
|
||||
#endif // MXUTILITYLIST_H
|
||||
|
||||
Loading…
Reference in New Issue
Block a user