Changeset 14618 for trunk/FACT++/src


Ignore:
Timestamp:
11/13/12 21:55:10 (12 years ago)
Author:
tbretz
Message:
Fixed a typo in an include; removed an obsolete include
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/tools.cc

    r14365 r14618  
    225225//! If the returned file name is empty, an error has occured:
    226226//!   If the map is also empty the file name was empty, if the map has
    227 //!   one entry then for this entry the euqal sign was missing.
    228 //!
    229 #include <iostream>
     227//!   one entry then for this entry the equal sign was missing.
     228//!
    230229map<string,string> Tools::Split(string &opt, bool allow)
    231230{
Note: See TracChangeset for help on using the changeset viewer.