diff --git a/LEGO1/mxdsaction.h b/LEGO1/mxdsaction.h index 534b9122..a85e6494 100644 --- a/LEGO1/mxdsaction.h +++ b/LEGO1/mxdsaction.h @@ -47,8 +47,8 @@ class MxDSAction : public MxDSObject void AppendData(MxU16 p_unkLength, const char *p_unkData); - MxU32 GetFlags() { return this->m_flags; } - void SetFlags(MxU32 m_flags) { this->m_flags = m_flags; } + inline MxU32 GetFlags() { return this->m_flags; } + inline void SetFlags(MxU32 m_flags) { this->m_flags = m_flags; } private: MxU32 m_sizeOnDisk;