ENH: Added GetComplainRegularExpression method.

This commit is contained in:
Brad King 2005-02-07 15:09:22 -05:00
parent f765a56de7
commit 1d1bd31933

View File

@ -422,6 +422,10 @@ public:
{
m_ComplainFileRegularExpression = regex;
}
const char* GetComplainRegularExpression()
{
return m_ComplainFileRegularExpression.c_str();
}
/**
* Get the list of targets