Ignore:
Timestamp:
Sep 30, 2007, 3:38:30 AM (16 years ago)
Author:
Peter
Message:

fixes #239

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/yat/utility/stl_utility.h

    r869 r919  
    121121  /// @brief Function converting a string to lower case
    122122  ///
    123   void to_lower(std::string& s);
     123  std::string& to_lower(std::string& s);
    124124
    125125  ///
    126126  /// @brief Function converting a string to upper case
    127127  ///
    128   void to_upper(std::string& s);
     128  std::string& to_upper(std::string& s);
    129129
    130130}}} // of namespace utility, yat, and theplu
Note: See TracChangeset for help on using the changeset viewer.