bump simplecpp
This commit is contained in:
parent
18c97c5456
commit
c4c3802c54
|
@ -294,6 +294,9 @@ namespace simplecpp {
|
||||||
* Deallocate data
|
* Deallocate data
|
||||||
*/
|
*/
|
||||||
SIMPLECPP_LIB void cleanup(std::map<std::string, TokenList*> &filedata);
|
SIMPLECPP_LIB void cleanup(std::map<std::string, TokenList*> &filedata);
|
||||||
|
|
||||||
|
/** Simplify path */
|
||||||
|
SIMPLECPP_LIB std::string simplifyPath(std::string path);
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue