]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetbibtex.C
changelogs
[lyx.git] / src / insets / insetbibtex.C
index 22c3886751c26fd60fcbcb94aa7b47573346528d..73ca790e50296ee3b8f9153b26cc62cb960ae606 100644 (file)
@@ -68,7 +68,7 @@ std::auto_ptr<InsetBase> InsetBibtex::doClone() const
 }
 
 
-void InsetBibtex::priv_dispatch(LCursor & cur, FuncRequest & cmd)
+void InsetBibtex::doDispatch(LCursor & cur, FuncRequest & cmd)
 {
        switch (cmd.action) {
 
@@ -81,7 +81,7 @@ void InsetBibtex::priv_dispatch(LCursor & cur, FuncRequest & cmd)
        }
 
        default:
-               InsetCommand::priv_dispatch(cur, cmd);
+               InsetCommand::doDispatch(cur, cmd);
                break;
        }
 }