X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fqt4%2FGuiTabularCreate.h;h=312eee81b965b3fb6943251408c395a5cdc5382c;hb=425d092204118ea6c24c28e85fdf03fcf2bb51a4;hp=63c04ea010b7f50e4df6cf0ad6a1b5bc411052e2;hpb=42015a8ebd17092c9b55c9519015119d04f52218;p=lyx.git diff --git a/src/frontends/qt4/GuiTabularCreate.h b/src/frontends/qt4/GuiTabularCreate.h index 63c04ea010..312eee81b9 100644 --- a/src/frontends/qt4/GuiTabularCreate.h +++ b/src/frontends/qt4/GuiTabularCreate.h @@ -44,7 +44,7 @@ private: /// bool isBufferDependent() const { return true; } /// - kb_action getLfun() const { return LFUN_TABULAR_INSERT; } + FuncCode getLfun() const { return LFUN_TABULAR_INSERT; } /// typedef std::pair rowsCols;