From: Allan Rae Date: Mon, 21 Aug 2000 04:12:14 +0000 (+0000) Subject: fixed the fix for FormDocument's policy X-Git-Tag: 1.6.10~22025 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=671875810005e53cf8c8d9db73be89d21fdefcff;p=features.git fixed the fix for FormDocument's policy git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@982 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/ChangeLog b/ChangeLog index a9d3956dd1..b53817a0c5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-08-21 Allan Rae + + * src/frontends/xforms/FormDocument.h: D'oh. Forgot to change the + policy here also. + 2000-08-21 Dekel Tsur * src/Spacing.C (writeEnvirBegin): Small fix when sstream not present diff --git a/src/frontends/xforms/FormDocument.h b/src/frontends/xforms/FormDocument.h index 59bc160459..e5b64bf23a 100644 --- a/src/frontends/xforms/FormDocument.h +++ b/src/frontends/xforms/FormDocument.h @@ -25,7 +25,7 @@ class LyXView; class Dialogs; class Combox; class BufferParams; -class PreferencesPolicy; +class NoRepeatedApplyReadOnlyPolicy; template class ButtonController; struct FD_form_tabbed_document; @@ -189,7 +189,7 @@ private: /// Combox * combo_language; /// - ButtonController * bc_; + ButtonController * bc_; }; #endif