]> git.lyx.org Git - features.git/commitdiff
missed this
authorJohn Levon <levon@movementarian.org>
Fri, 15 Nov 2002 02:50:55 +0000 (02:50 +0000)
committerJohn Levon <levon@movementarian.org>
Fri, 15 Nov 2002 02:50:55 +0000 (02:50 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5636 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/xforms/FormBase.h

index d578803b4fcf1069714f54687f4dab8d66df526a..10f883ab14b7eb45c056dd5df0a587575ed0308a 100644 (file)
@@ -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();