]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/ref_inset.C
rename commandtags.h to lfuns.h and renumber/cleanup. Rebuild the tree !
[lyx.git] / src / mathed / ref_inset.C
index 7288930658ced09d0712d815cd59ef1860c155ce..abc6a215bbc8efe71850277de5f6742ce8084054 100644 (file)
@@ -137,7 +137,7 @@ dispatch_result RefInset::localDispatch(FuncRequest const & cmd)
 //     if (cmd.view())
 //                 // This does not compile because updateInset expects
 //                 // an Inset* and 'this' isn't.
-//             cmd.view()->updateInset(this, true);
+//             cmd.view()->updateInset(this);
        return DISPATCHED;
 }