]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insettoc.C
fixes because of SUN CC warnings, bmtable now compiled with C compilator, countChar...
[lyx.git] / src / insets / insettoc.C
index 77ad1928d9aa324dde00bdcf88c7f61b6c7c13b3..d7da8300c1b2eec269e29d8eddfc6b119ac0ab81 100644 (file)
@@ -15,7 +15,7 @@ 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)