InsetListings: fix bug 3626

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18373 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Bo Peng 2007-05-16 20:34:57 +00:00
parent 40a746bb0f
commit a90f967d6f

View File

@ -61,7 +61,7 @@ InsetListings::InsetListings(BufferParams const & bp, InsetListingsParams const
InsetListings::InsetListings(InsetListings const & in)
: InsetERT(in)
: InsetERT(in), params_(in.params_)
{
init();
}