From c4c3802c5422f6add906ec66022c5323e1853c15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Wed, 21 Jun 2017 14:27:08 +0200 Subject: [PATCH] bump simplecpp --- externals/simplecpp/simplecpp.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/externals/simplecpp/simplecpp.h b/externals/simplecpp/simplecpp.h index cefd3d1cf..a30385c1c 100644 --- a/externals/simplecpp/simplecpp.h +++ b/externals/simplecpp/simplecpp.h @@ -294,6 +294,9 @@ namespace simplecpp { * Deallocate data */ SIMPLECPP_LIB void cleanup(std::map &filedata); + + /** Simplify path */ + SIMPLECPP_LIB std::string simplifyPath(std::string path); } #endif