Ignore:
Timestamp:
04/10/11 10:13:39 (14 years ago)
Author:
tbretz
Message:
Replaces local Trim function by new function from tools
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/Description.h

    r10297 r10342  
    44#include <string>
    55#include <vector>
     6
     7#include "tools.h"
    68
    79struct Description
     
    1113    std::string comment;
    1214
    13     static std::string Trim(std::string s);
    1415    static std::vector<Description> SplitDescription(const std::string &buffer);
    1516
Note: See TracChangeset for help on using the changeset viewer.