Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Actions/toCLIString.hpp

    r27d0bc r33e801  
    2121
    2222class element;
     23struct KeyValuePair;
    2324class RealSpaceMatrix;
    2425class Vector;
     
    7778template <> const std::string toCLIString( const std::string& _value);
    7879
     80template <> const std::string toCLIString( const KeyValuePair& _value);
     81
    7982#endif /* TOCLISTRING_HPP_ */
Note: See TracChangeset for help on using the changeset viewer.