mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Minor fixes, in response to Lar's email
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18504 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
33886e1123
commit
1d99202d88
@ -496,7 +496,7 @@ void InsetListingsParams::read(Lexer & lex)
|
||||
}
|
||||
|
||||
|
||||
string InsetListingsParams::params(string sep) const
|
||||
string InsetListingsParams::params(string const & sep) const
|
||||
{
|
||||
string par;
|
||||
for (map<string, string>::const_iterator it = params_.begin();
|
||||
|
@ -35,7 +35,7 @@ public:
|
||||
void read(Lexer &);
|
||||
|
||||
/// valid parameter string
|
||||
std::string params(std::string sep=",") const;
|
||||
std::string params(std::string const & sep=",") const;
|
||||
|
||||
/// add key=value to params_
|
||||
void addParam(std::string const & key, std::string const & value);
|
||||
|
Loading…
Reference in New Issue
Block a user