[DEBUG] display with an id that is not anymore needed

This commit is contained in:
Edouard DUPIN 2014-08-18 22:57:06 +02:00
parent 1500e62e54
commit 2c6a1b8fc8

View File

@ -1700,7 +1700,7 @@ template<class CLASS_TYPE> class RegExp {
* @brief Display the reg Exp
*/
void display() {
m_exprRootNode.display(0);
m_exprRootNode.display();
};
/**
* @brief Just display the regExp in color ...