diff options
author | Don Bright <hugh.m.bright@gmail.com> | 2013-05-19 23:04:51 (GMT) |
---|---|---|
committer | Don Bright <hugh.m.bright@gmail.com> | 2013-05-19 23:04:51 (GMT) |
commit | 77a598ab7267d04f0b1fc0277e0314c3780313c0 (patch) | |
tree | a39c9c3ea8403600fd535b4bc8223ab4b1117674 /src/parsersettings.h | |
parent | 24e726fb58d2eca9e18575ffb76e547f958608de (diff) |
throw warning when include file disappears. refactoring.
Diffstat (limited to 'src/parsersettings.h')
-rw-r--r-- | src/parsersettings.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/parsersettings.h b/src/parsersettings.h index 4c74a87..12b4a61 100644 --- a/src/parsersettings.h +++ b/src/parsersettings.h @@ -9,6 +9,7 @@ extern int parser_error_pos; void parser_init(const std::string &applicationpath); void add_librarydir(const std::string &libdir); fs::path search_libs(const std::string &filename); -fs::path find_valid_path( fs::path sourcepath, std::string filename ); +fs::path find_valid_path( fs::path sourcepath, std::string filename, + std::vector<std::string> openfilenames ); #endif |