summaryrefslogtreecommitdiffstats
path: root/Source/cmWindowsConfigure.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmWindowsConfigure.h')
-rw-r--r--Source/cmWindowsConfigure.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmWindowsConfigure.h b/Source/cmWindowsConfigure.h
index e0a7413..fa3059b 100644
--- a/Source/cmWindowsConfigure.h
+++ b/Source/cmWindowsConfigure.h
@@ -40,7 +40,7 @@ public:
{
m_WhereBuild = dir;
}
- virtual void Configure() = 0;
+ virtual bool Configure(const char* input);
protected:
std::string m_WhereSource;
std::string m_WhereBuild;