ENH: Added GetComplainRegularExpression method.
This commit is contained in:
parent
f765a56de7
commit
1d1bd31933
|
@ -422,6 +422,10 @@ public:
|
||||||
{
|
{
|
||||||
m_ComplainFileRegularExpression = regex;
|
m_ComplainFileRegularExpression = regex;
|
||||||
}
|
}
|
||||||
|
const char* GetComplainRegularExpression()
|
||||||
|
{
|
||||||
|
return m_ComplainFileRegularExpression.c_str();
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get the list of targets
|
* Get the list of targets
|
||||||
|
|
Loading…
Reference in New Issue