Changeset 143


Ignore:
Timestamp:
07/04/13 06:20:48 (12 years ago)
Author:
epyon
Message:
  • root - bugfix to root destructor
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/nv/root.hh

    r107 r143  
    2525                lua::state*    get_lua_state()     const { return m_lua_state; }
    2626                uid_store*     get_uid_store()     const { return m_uid_store; }
     27                virtual ~root() { destroy_children(); }
    2728        protected:
    2829                type_database* m_type_database;
Note: See TracChangeset for help on using the changeset viewer.