diff options
Diffstat (limited to 'src/stringprocbuild.h')
-rw-r--r-- | src/stringprocbuild.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stringprocbuild.h b/src/stringprocbuild.h index 13dd4f6..d940507 100644 --- a/src/stringprocbuild.h +++ b/src/stringprocbuild.h | |||
@@ -11,7 +11,7 @@ public: | |||
11 | StringProcBuild( Build *pBld ); | 11 | StringProcBuild( Build *pBld ); |
12 | virtual ~StringProcBuild(); | 12 | virtual ~StringProcBuild(); |
13 | 13 | ||
14 | virtual std::string replVars( const std::string &sSrc, const std::string &sCont ); | 14 | virtual std::string replVars( const std::string &sSrc, const std::string &sCont, VarMap *mExtra ); |
15 | 15 | ||
16 | private: | 16 | private: |
17 | 17 | ||