diff options
Diffstat (limited to 'Source')
-rw-r--r-- | Source/cmWin32DefinesRule.cxx | 2 | ||||
-rw-r--r-- | Source/cmWin32LibrariesRule.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmWin32DefinesRule.cxx b/Source/cmWin32DefinesRule.cxx index 8927ff6..aa293de 100644 --- a/Source/cmWin32DefinesRule.cxx +++ b/Source/cmWin32DefinesRule.cxx @@ -5,7 +5,7 @@ cmWin32DefinesRule::cmWin32DefinesRule() { #ifndef _WIN32 - this->SetEnableOff(); + this->EnabledOff(); #endif } diff --git a/Source/cmWin32LibrariesRule.cxx b/Source/cmWin32LibrariesRule.cxx index bb32110..117c87e 100644 --- a/Source/cmWin32LibrariesRule.cxx +++ b/Source/cmWin32LibrariesRule.cxx @@ -2,7 +2,7 @@ cmWin32LibrariesRule::cmWin32LibrariesRule() { #ifndef _WIN32 - this->SetEnableOff(); + this->EnabledOff(); #endif } |