summaryrefslogtreecommitdiffstats
path: root/Source/cmDocumentation.cxx
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2006-12-08 14:27:52 (GMT)
committerKen Martin <ken.martin@kitware.com>2006-12-08 14:27:52 (GMT)
commit1dd5db023592c3c5488adb67dfba433ab5b399af (patch)
treec05958a07745af7313e7214d672ae9f986fe9bba /Source/cmDocumentation.cxx
parent5ccd5a4a5b90d2af569a750016bef8e8f5e8ca40 (diff)
downloadCMake-1dd5db023592c3c5488adb67dfba433ab5b399af.zip
CMake-1dd5db023592c3c5488adb67dfba433ab5b399af.tar.gz
CMake-1dd5db023592c3c5488adb67dfba433ab5b399af.tar.bz2
COMP: fix some warnings and style issues
Diffstat (limited to 'Source/cmDocumentation.cxx')
-rw-r--r--Source/cmDocumentation.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmDocumentation.cxx b/Source/cmDocumentation.cxx
index 53b1342..840b5c0 100644
--- a/Source/cmDocumentation.cxx
+++ b/Source/cmDocumentation.cxx
@@ -580,7 +580,8 @@ void cmDocumentation::SetCommandsSection(const cmDocumentationEntry* section)
}
//----------------------------------------------------------------------------
-void cmDocumentation::SetPropertiesSection(const cmDocumentationEntry* section)
+void cmDocumentation
+::SetPropertiesSection(const cmDocumentationEntry* section)
{
this->SetSection(cmDocumentationPropertiesHeader, section, 0,
this->PropertiesSection);