proper fix.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6257 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
André Pönitz 2003-02-25 15:19:05 +00:00
parent 9a33e5e4d2
commit 08f941df92

View File

@ -26,8 +26,6 @@ void ControlError::initialiseParams(string const & data)
void ControlError::clearParams()
{
// g++ 2.95.3 doesn't like this although it should be ok
//params_.clear();
params_ = string();
params_.erase();
}