Show
Ignore:
Timestamp:
06/29/09 15:18:56 (15 years ago)
Author:
smidl
Message:

compilation + DFLT in merger

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/bdm/base/user_info.h

    r396 r399  
    22  \file 
    33  \brief UI (user info) class for loading/saving objects from/to configuration files.   
    4   It is designed over with an use of 'libconfig � C/C++ Configuration File Library' 
     4  It is designed with use of libconfig C/C++ Configuration File Library 
    55  \author Vaclav Smidl. 
    66 
     
    7373                return message.c_str(); 
    7474        } 
     75        ~UIException() throw() {}; 
    7576}; 
    7677