]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/Application.h
* src/frontends/qt4/GuiSelection.C
[lyx.git] / src / frontends / Application.h
index 748f1cf7b7a3adb2a3193ad652b7c3ff12e678a2..e78221326400ac626db6a2f45b63ea81d5dea2ca 100644 (file)
@@ -176,10 +176,10 @@ public:
                const std::string & geometryArg);
        
        /// 
-       LyXView const & currentView() const;
+       LyXView const * currentView() const;
 
        /// 
-       LyXView & currentView();
+       LyXView * currentView();
 
        ///
        void setCurrentView(LyXView & current_view);