Lars Gullik Bjønnes wrote:
Abdelrazak Younes <[EMAIL PROTECTED]> writes:
| Hello,
|
| This is the continuation of my ErrorList work.
|
| This patch creates a error_lists map member inside the Buffer class.
| Sorry Lars, I had no choice but to use string for the map key. This is
| because the only information that could be passed to the controller is a
| string.
That does not mean that it has to stay a string.
No indeed. But modifying the pure virtual method
"Dialog::Controller::initialiseParams(std::string const & data)" would
impact all the controllers. OK, we could reserve the first char of the
data string but it's a bit complicated.
And the any-patch could help I guess...
Could you elaborate?
Abdel.