Changeset 344 for bdm/stat/libBM.h

Show
Ignore:
Timestamp:
05/20/09 14:42:05 (15 years ago)
Author:
mido
Message:

funkcni verze noveho UI, zbyva jeste ucesat

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • bdm/stat/libBM.h

    r342 r344  
    1616 
    1717#include "../itpp_ext.h" 
    18 #include "libconfig/libconfig.h++" 
     18#include "../libconfig/libconfig.h++" 
    1919#include <map> 
    2020 
     
    3535        } 
    3636 
     37        //! This method returns a basic info about the current instance 
    3738        virtual string ToString() 
    3839        { 
     
    4142 
    4243        //! This method arrange instance properties according the data stored in the Setting structure 
    43         virtual void FromSetting( Setting &root ) 
     44        virtual void FromSetting( const Setting &root ) 
    4445        { 
    4546        }