mirror of
https://github.com/ZDoom/Raze.git
synced 2025-03-23 01:11:30 +00:00
- GCC didn't like this. :(
This commit is contained in:
parent
44e64a6a12
commit
26e9d33bfa
1 changed files with 0 additions and 4 deletions
|
@ -183,10 +183,6 @@ public:
|
|||
TObjPtr() = default;
|
||||
TObjPtr(const TObjPtr<T> &q) = default;
|
||||
|
||||
TObjPtr(T q) noexcept
|
||||
: pp(q)
|
||||
{
|
||||
}
|
||||
T operator=(T q)
|
||||
{
|
||||
pp = q;
|
||||
|
|
Loading…
Reference in a new issue