From 3d96e522617647665d7e99919ba71d34b1db870c Mon Sep 17 00:00:00 2001 From: Ken Martin Date: Wed, 15 Mar 2006 11:02:08 -0500 Subject: STYLE: some m_ to this-> cleanup --- Source/cmGlobalBorlandMakefileGenerator.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Source/cmGlobalBorlandMakefileGenerator.cxx') diff --git a/Source/cmGlobalBorlandMakefileGenerator.cxx b/Source/cmGlobalBorlandMakefileGenerator.cxx index dd2f73c5c3..61cd883c85 100644 --- a/Source/cmGlobalBorlandMakefileGenerator.cxx +++ b/Source/cmGlobalBorlandMakefileGenerator.cxx @@ -21,16 +21,16 @@ cmGlobalBorlandMakefileGenerator::cmGlobalBorlandMakefileGenerator() { - m_EmptyRuleHackDepends = "NUL"; - m_FindMakeProgramFile = "CMakeBorlandFindMake.cmake"; - m_ForceUnixPaths = false; + this->EmptyRuleHackDepends = "NUL"; + this->FindMakeProgramFile = "CMakeBorlandFindMake.cmake"; + this->ForceUnixPaths = false; } void cmGlobalBorlandMakefileGenerator::EnableLanguage(std::vectorconst& l, cmMakefile *mf) { - std::string outdir = m_CMakeInstance->GetStartOutputDirectory(); + std::string outdir = this->CMakeInstance->GetStartOutputDirectory(); mf->AddDefinition("BORLAND", "1"); mf->AddDefinition("CMAKE_GENERATOR_CC", "bcc32"); mf->AddDefinition("CMAKE_GENERATOR_CXX", "bcc32"); -- cgit v1.2.1