summaryrefslogtreecommitdiffstats
path: root/Source/cmDynamicLoader.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmDynamicLoader.h')
-rw-r--r--Source/cmDynamicLoader.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/cmDynamicLoader.h b/Source/cmDynamicLoader.h
index 3938528..dfc3be0 100644
--- a/Source/cmDynamicLoader.h
+++ b/Source/cmDynamicLoader.h
@@ -69,6 +69,10 @@ public:
// Description:
// Return the last error produced from a calls made on this class.
static const char* LastError();
+
+ // Description:
+ // Flush the cache of dynamic loader.
+ static void FlushCache();
protected:
cmDynamicLoader() {};