mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-05 13:26:21 +00:00
proper fix.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6257 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
9a33e5e4d2
commit
08f941df92
@ -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();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user