Changeset 325 for bdm/uibuilder.h

Show
Ignore:
Timestamp:
04/23/09 23:29:54 (15 years ago)
Author:
smidl
Message:

Barcelona work...

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • bdm/uibuilder.h

    r281 r325  
    125125        //! Function building the computational object 
    126126        virtual bdmroot* build ( Setting &S ) const =0; 
     127        //! Virtual destructor for future use; 
     128        virtual ~UIbuilder(){}; 
    127129}; 
    128130