From: John Levon Date: Fri, 15 Nov 2002 02:50:55 +0000 (+0000) Subject: missed this X-Git-Tag: 1.6.10~17972 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=4747a1433c3cd1e4b4e0a379c5ab3ecaa504234e;p=features.git missed this git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5636 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/frontends/xforms/FormBase.h b/src/frontends/xforms/FormBase.h index d578803b4f..10f883ab14 100644 --- a/src/frontends/xforms/FormBase.h +++ b/src/frontends/xforms/FormBase.h @@ -53,7 +53,7 @@ protected: /// Build the dialog virtual void build() = 0; /// Hide the dialog. - void hide(); + virtual void hide(); /// Create the dialog if necessary, update it and display it. void show();