]> git.lyx.org Git - lyx.git/commitdiff
InsetListings: fix bug 3626
authorBo Peng <bpeng@lyx.org>
Wed, 16 May 2007 20:34:57 +0000 (20:34 +0000)
committerBo Peng <bpeng@lyx.org>
Wed, 16 May 2007 20:34:57 +0000 (20:34 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18373 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/InsetListings.cpp

index baf9ff9860953411156a0c023c05b2aee104c33a..e288693ab151ea7a206e14d2da634ca61fa4873f 100644 (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();
 }