]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_inset.C
* LyXView: the accessor methods now return a reference to the member
[features.git] / src / mathed / math_inset.C
index f075e4654c53bc689ec2c13e3344ede477e99765..683bf3d99f22580f915cb4c91480df057ec1ddf1 100644 (file)
@@ -301,13 +301,13 @@ MathArray asArray(string const & str)
 }
 
 
-Dialogs * getDialogs()
+Dialogs & getDialogs()
 {
        return mathcursor->formula()->view()->owner()->getDialogs();
 }
 
 
-LyXFunc * getLyXFunc()
+LyXFunc & getLyXFunc()
 {
        return mathcursor->formula()->view()->owner()->getLyXFunc();
 }