]> git.lyx.org Git - features.git/commit
LyXView::view() now returns boost::shared_ptr<BufferView> const &.
authorAngus Leeming <leeming@lyx.org>
Fri, 2 Aug 2002 09:21:50 +0000 (09:21 +0000)
committerAngus Leeming <leeming@lyx.org>
Fri, 2 Aug 2002 09:21:50 +0000 (09:21 +0000)
commiteed7fcfdf4454e1c3c0f1e40667029a3feedae3e
tree8838a8193a7a4e6fd9d858eb86603fe767819c81
parentd47e8c38e335258a1c8b04089459148a734f2a15
LyXView::view() now returns boost::shared_ptr<BufferView> const &.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4836 a592a061-630c-0410-9148-cb99ea01b6c8
15 files changed:
src/ChangeLog
src/frontends/ChangeLog
src/frontends/LyXView.C
src/frontends/LyXView.h
src/frontends/controllers/ChangeLog
src/frontends/controllers/ControlCharacter.C
src/frontends/controllers/ControlERT.C
src/frontends/controllers/ControlParagraph.C
src/frontends/controllers/ControlSearch.C
src/frontends/controllers/ControlThesaurus.C
src/frontends/xforms/ChangeLog
src/frontends/xforms/FormTabular.C
src/frontends/xforms/XMiniBuffer.C
src/importer.C
src/lyxfunc.C