]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_inset.h
* LyXView: the accessor methods now return a reference to the member
[features.git] / src / mathed / math_inset.h
index 8a98be797f420c15b91c24cced5d8782d7131e24..8ca244a7542f54060d9519ae7cc4cf71568251d2 100644 (file)
@@ -308,7 +308,7 @@ void initMath();
 class Dialogs;
 class LyXFunc;
 
-Dialogs * getDialogs();
-LyXFunc * getLyXFunc();
+Dialogs & getDialogs();
+LyXFunc & getLyXFunc();
 
 #endif