]> git.lyx.org Git - lyx.git/blobdiff - src/insets/updatableinset.h
ws changes only
[lyx.git] / src / insets / updatableinset.h
index a27cf2d85c03ace1a1d1387e9a4795fd36b127df..ba795e875989e2c31c318f9d656dedb8a989980e 100644 (file)
@@ -82,7 +82,7 @@ public:
                                        bool /*lr*/ = false)
                { return false; }
        ///  An updatable inset could handle lyx editing commands
-       virtual RESULT localDispatch(FuncRequest const & cmd);
+       virtual dispatch_result localDispatch(FuncRequest const & cmd);
        // We need this method to not clobber the real method in Inset
        int scroll(bool recursive = true) const
                { return InsetOld::scroll(recursive); }