Changeset 665 for library/bdm/bdmroot.h

Show
Ignore:
Timestamp:
10/19/09 22:24:45 (15 years ago)
Author:
smidl
Message:

Compilation and minor extensions

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/bdm/bdmroot.h

    r477 r665  
    3333 
    3434        //! This method returns a basic info about the current instance 
    35         virtual string to_string() { 
     35        virtual string to_string() const { 
    3636                return ""; 
    3737        }