Show
Ignore:
Timestamp:
11/02/09 17:27:29 (15 years ago)
Author:
mido
Message:

mpdf renamed to pdf in the whole library

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/bdm/base/datasources.cpp

    r676 r693  
    123123 
    124124void stateDS::from_setting ( const Setting &set ) { 
    125         IM = UI::build<mpdf> ( set, "IM", UI::compulsory ); 
    126         OM = UI::build<mpdf> ( set, "OM", UI::compulsory ); 
     125        IM = UI::build<pdf> ( set, "IM", UI::compulsory ); 
     126        OM = UI::build<pdf> ( set, "OM", UI::compulsory ); 
    127127 
    128128        dt.set_length ( OM->dimension() );