X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2Finsettoc.C;h=d7da8300c1b2eec269e29d8eddfc6b119ac0ab81;hb=0490083ef1d69e6347782ec15503532f6d6dc33b;hp=d56ff97a0913d1156ffbf25f4af7092efaee41e5;hpb=0eccdd1c3613e5170deb77b22174dd0afde833e9;p=lyx.git diff --git a/src/insets/insettoc.C b/src/insets/insettoc.C index d56ff97a09..d7da8300c1 100644 --- a/src/insets/insettoc.C +++ b/src/insets/insettoc.C @@ -11,21 +11,21 @@ #include "lyxfunc.h" #include "LyXView.h" -extern BufferView *current_view; +extern BufferView * current_view; void InsetTOC::Edit(int, int) { - current_view->getOwner()->getLyXFunc()->Dispatch(LFUN_TOCVIEW); + current_view->owner()->getLyXFunc()->Dispatch(LFUN_TOCVIEW); } -int InsetTOC::Linuxdoc(string &file) +int InsetTOC::Linuxdoc(string & file) { file += ""; return 0; } -int InsetTOC::DocBook(string &file) +int InsetTOC::DocBook(string & file) { file += ""; return 0;