summaryrefslogtreecommitdiffstats
path: root/Source/cmFindFileCommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmFindFileCommand.h')
-rw-r--r--Source/cmFindFileCommand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmFindFileCommand.h b/Source/cmFindFileCommand.h
index 12d1f75..1e44be5 100644
--- a/Source/cmFindFileCommand.h
+++ b/Source/cmFindFileCommand.h
@@ -79,7 +79,7 @@ public:
"different extensions on different platforms, FIND_PROGRAM "
"should be used instead of FIND_FILE when looking for them.";
}
-
+ cmStdString FindHeaderInFrameworks(const char* var, const char* file);
cmTypeMacro(cmFindFileCommand, cmCommand);
};