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