- un-const-ify some functions.

This commit is contained in:
Christoph Oelckers 2017-04-12 14:40:29 +02:00
commit 63eb3e331e
3 changed files with 22 additions and 23 deletions

View file

@ -82,7 +82,7 @@ public:
{
}
void SetDefaultValue(void *base, unsigned offset, TArray<FTypeAndOffset> *special) const override
void SetDefaultValue(void *base, unsigned offset, TArray<FTypeAndOffset> *special) override
{
if (base != nullptr) new((uint8_t *)base + offset) FActorInfo;
if (special != nullptr)