Changeset 12:f6418f65e445 in miniini


Ignore:
Timestamp:
Jul 27, 2010 12:18:35 PM (3 years ago)
Author:
Nikita Kozlov <nikita@…>
Branch:
default
Message:

remove of the inline in INISection::ReadString? because the method is used in libcsl

File:
1 edited

Legend:

Unmodified
Added
Removed
  • miniini/src/inisection.cpp

    r11 r12  
    355355} 
    356356 
    357 inline bool INISection::ReadString(const char * const name, const char * & out) const 
     357bool INISection::ReadString(const char * const name, const char * & out) const 
    358358{ 
    359359    assert(name); 
Note: See TracChangeset for help on using the changeset viewer.