Changeset 27582

Show
Ignore:
Timestamp:
11/16/08 21:00:28 (2 months ago)
Author:
sanda
Message:

gcc fix

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • lyx-devel/trunk/src/Thesaurus.cpp

    r27574 r27582  
    111111{ 
    112112        // we support English only 
    113         return (prefixIs(lang, "en_")); 
     113        return prefixIs(lang, "en_"); 
    114114} 
    115115 
     
    267267#else 
    268268 
    269 Thesaurus::Thesaurus() 
    270 { 
    271 } 
    272  
    273  
    274 Thesaurus::~Thesaurus() 
    275 { 
    276 } 
    277  
    278269 
    279270Thesaurus::Meanings Thesaurus::lookup(docstring const &, docstring const &)