diff options
Diffstat (limited to 'Source/cmWin32DefinesRule.cxx')
-rw-r--r-- | Source/cmWin32DefinesRule.cxx | 2 |
1 files changed, 1 insertions, 1 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 } |