diff options
Diffstat (limited to 'Source/cmLocalUnixMakefileGenerator3.h')
-rw-r--r-- | Source/cmLocalUnixMakefileGenerator3.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmLocalUnixMakefileGenerator3.h b/Source/cmLocalUnixMakefileGenerator3.h index 8ba857d..df27dad 100644 --- a/Source/cmLocalUnixMakefileGenerator3.h +++ b/Source/cmLocalUnixMakefileGenerator3.h @@ -64,7 +64,7 @@ public: const std::vector<std::string>& commands); // write the main variables used by the makefiles - void WriteMakeVariables(std::ostream& makefileStream); + void WriteMakeVariables(std::ostream& makefileStream, RelativeRoot root); // write a comment line #====... in the stream void WriteDivider(std::ostream& os); |