]> git.lyx.org Git - lyx.git/blobdiff - src/lyx_main.h
Change to use preffered calling of Boost.Function
[lyx.git] / src / lyx_main.h
index 4929f141f1bf738d9b956124bc7813c4d843c1a3..908c60119f501ea23f827382f5d64c42f464479b 100644 (file)
@@ -23,7 +23,7 @@
 
 class Buffer;
 class ErrorItem;
-class InsetOld;
+class InsetBase;
 class LastFiles;
 class LyXView;
 class kb_keymap;
@@ -47,7 +47,7 @@ public:
        /** redraw \c inset in all the BufferViews in which it is currently
         *  visible. If successful return a pointer to the owning Buffer.
         */
-       Buffer const * const updateInset(InsetOld const *) const;
+       Buffer const * const updateInset(InsetBase const *) const;
 
 private:
        static boost::scoped_ptr<LyX> singleton_;