]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/LyXView.h
fix math fonts with LyX/Mac
[lyx.git] / src / frontends / LyXView.h
index 89b44c7dd4f5633a2fd5c5d535226549257c03f8..623eb53be027524d2ad41badcee31f6c4f2ea251 100644 (file)
@@ -87,7 +87,7 @@ public:
        /// return the toolbar for this view
        Toolbars & getToolbars() { return *toolbars_.get(); }
        ///
-       Toolbars const & getToolbasr() const { return *toolbars_.get(); }
+       Toolbars const & getToolbars() const { return *toolbars_.get(); }
 
        /// return the menubar for this view
        Menubar & getMenubar() { return *menubar_.get(); }