From: Richard Heck Date: Thu, 27 Mar 2008 04:34:19 +0000 (+0000) Subject: Use the method. X-Git-Tag: 1.6.10~5395 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=55910b346ae20e3323439c37da50864fa6e32e78;p=features.git Use the method. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23997 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/insets/InsetInclude.cpp b/src/insets/InsetInclude.cpp index 67b1c65909..40d8d3a71f 100644 --- a/src/insets/InsetInclude.cpp +++ b/src/insets/InsetInclude.cpp @@ -229,7 +229,7 @@ void InsetInclude::setBuffer(Buffer & buffer) } } - buffer_ = &buffer; + Inset::setBuffer(buffer); if (label_) label_->setBuffer(buffer); }