summaryrefslogtreecommitdiff
path: root/soltools
diff options
context:
space:
mode:
Diffstat (limited to 'soltools')
-rw-r--r--soltools/mkdepend/collectdircontent.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/soltools/mkdepend/collectdircontent.hxx b/soltools/mkdepend/collectdircontent.hxx
index 4d3c6dd79700..5eab3974771d 100644
--- a/soltools/mkdepend/collectdircontent.hxx
+++ b/soltools/mkdepend/collectdircontent.hxx
@@ -24,12 +24,12 @@ typedef std::pair<std::string, std::string> PathFilePair;
struct IncludesCollection {
- private:
+private:
DirMap allIncludes;
- PathFilePair split_path(const std::string& filePath);
+ static PathFilePair split_path(const std::string& filePath);
void add_to_collection(const std::string& dirPath);
- public:
+public:
bool exists(std::string filePath);
};