]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetlabel.C
prevent crash when inserting minipage in table cell,
[lyx.git] / src / insets / insetlabel.C
index cbe17213108b1b2b5c8d30cd5c437b149d00bcd7..9c3de2e08e31e8344455c7a94e9a89a4724b9e88 100644 (file)
@@ -53,7 +53,7 @@ void InsetLabel::getLabelList(std::vector<string> & list) const
 
 dispatch_result InsetLabel::localDispatch(FuncRequest const & cmd)
 {
-       Inset::RESULT result = UNDISPATCHED;
+       InsetOld::RESULT result = UNDISPATCHED;
 
        switch (cmd.action) {