]> git.lyx.org Git - features.git/blobdiff - src/frontends/xforms/FormTabular.h
*duck*
[features.git] / src / frontends / xforms / FormTabular.h
index fd26fe8e2b7e034cc9e29a3a60c7ec3a0f56029b..c05e426bea191ce8704e417e20429e5fca4d6250 100644 (file)
@@ -31,8 +31,11 @@ struct FD_tabular_longtable;
  */
 class FormTabular : public FormInset {
 public:
+       friend void gui_ShowTabular(InsetTabular *, LyXView &, Dialogs &);
+       friend void gui_UpdateTabular(InsetTabular *, LyXView &, Dialogs &);
+
        /// #FormTabular x(LyXFunc ..., Dialogs ...);#
-       FormTabular(LyXView *, Dialogs *);
+       FormTabular(LyXView &, Dialogs &);
 
 private:
        /// Pointer to the actual instantiation of the ButtonController.