mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-21 15:43:45 +00:00
file write clarifications
handle clang complaints about hidden virtuals in the context of file writes that have thier own routes and I/O needs.
This commit is contained in:
parent
3fbd3119a6
commit
5c701fe09e
5 changed files with 17 additions and 11 deletions
|
|
@ -194,6 +194,8 @@ public:
|
|||
inline void setModuleLocked( const bool status ) { mLocked = status; }
|
||||
inline bool getModuleLocked( void ) const { return mLocked; }
|
||||
inline ModuleManager* getModuleManager( void ) const { return mpModuleManager; }
|
||||
|
||||
using Parent::save;
|
||||
bool save( void );
|
||||
|
||||
/// Declare Console Object.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue