mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-06-30 10:23:31 +00:00
CTweakManager: Remove unnecessary inline specifier
This commit is contained in:
parent
b2ad9cf13b
commit
e4feff9930
@ -23,7 +23,7 @@ public:
|
|||||||
void ClearTweaks();
|
void ClearTweaks();
|
||||||
|
|
||||||
// Accessors
|
// Accessors
|
||||||
inline const std::vector<CTweakData*>& TweakObjects() const
|
const std::vector<CTweakData*>& TweakObjects() const
|
||||||
{
|
{
|
||||||
return mTweakObjects;
|
return mTweakObjects;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user