summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2005-02-07 20:09:22 (GMT)
committerBrad King <brad.king@kitware.com>2005-02-07 20:09:22 (GMT)
commit1d1bd319336c978897ed837320d8c3dc0f199253 (patch)
tree91cca3312c56df974c319a7122d5c30460213c6f /Source/cmMakefile.h
parentf765a56de79e15fffaab15b17665aad9f5fa11aa (diff)
downloadCMake-1d1bd319336c978897ed837320d8c3dc0f199253.zip
CMake-1d1bd319336c978897ed837320d8c3dc0f199253.tar.gz
CMake-1d1bd319336c978897ed837320d8c3dc0f199253.tar.bz2
ENH: Added GetComplainRegularExpression method.
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r--Source/cmMakefile.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h
index 63d6cf6..6855819 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