mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-07-08 06:06:05 +00:00
CEditIntrinsicPropertyCommand: Make use of override
This commit is contained in:
parent
abdd9a75b9
commit
921acf1d85
@ -19,7 +19,7 @@ public:
|
|||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
virtual void GetObjectDataPointers(QVector<void*>& rOutPointers) const override
|
void GetObjectDataPointers(QVector<void*>& rOutPointers) const override
|
||||||
{
|
{
|
||||||
rOutPointers = mDataPointers;
|
rOutPointers = mDataPointers;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user