diff options
Diffstat (limited to 'Source/kwsys/Directory.hxx.in')
-rw-r--r-- | Source/kwsys/Directory.hxx.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Source/kwsys/Directory.hxx.in b/Source/kwsys/Directory.hxx.in index 0a927a4..64d4184 100644 --- a/Source/kwsys/Directory.hxx.in +++ b/Source/kwsys/Directory.hxx.in @@ -57,6 +57,13 @@ public: */ const char* GetPath() const; +protected: + /** + * Clear the internal structure. Used internally at beginning of Load(...) to clear + * the cache. + */ + void Clear(); + private: // Private implementation details. DirectoryInternals* Internal; |