From 1d1bd319336c978897ed837320d8c3dc0f199253 Mon Sep 17 00:00:00 2001 From: Brad King Date: Mon, 7 Feb 2005 15:09:22 -0500 Subject: [PATCH] ENH: Added GetComplainRegularExpression method. --- Source/cmMakefile.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h index 63d6cf6ac..68558192d 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -422,6 +422,10 @@ public: { m_ComplainFileRegularExpression = regex; } + const char* GetComplainRegularExpression() + { + return m_ComplainFileRegularExpression.c_str(); + } /** * Get the list of targets