Changeset 990 for trunk/lib


Ignore:
Timestamp:
Dec 15, 2009, 1:26:20 AM (13 years ago)
Author:
Peter Johansson
Message:

just to avoid compiler warnings. refs #430

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/HtmlBuf.cc

    r980 r990  
    3939    // This should be configurable, but for now indentation is two spaces.
    4040    map_['\t']=std::string("  ");
     41    /*
    4142    map_['å']=std::string("å");
    4243    map_['ä']=std::string("ä");
     
    4950    map_['á']=std::string("á");
    5051    map_['Á']=std::string("Á");
     52    */
    5153  }
    5254
Note: See TracChangeset for help on using the changeset viewer.