fixed the fix for FormDocument's policy

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@982 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Allan Rae 2000-08-21 04:12:14 +00:00
parent b88c49ebd7
commit 6718758100
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2000-08-21 Allan Rae <rae@lyx.org>
* src/frontends/xforms/FormDocument.h: D'oh. Forgot to change the
policy here also.
2000-08-21 Dekel Tsur <dekel@math.tau.ac.il>
* src/Spacing.C (writeEnvirBegin): Small fix when sstream not present

View File

@ -25,7 +25,7 @@ class LyXView;
class Dialogs;
class Combox;
class BufferParams;
class PreferencesPolicy;
class NoRepeatedApplyReadOnlyPolicy;
template <class x> class ButtonController;
struct FD_form_tabbed_document;
@ -189,7 +189,7 @@ private:
///
Combox * combo_language;
///
ButtonController<PreferencesPolicy> * bc_;
ButtonController<NoRepeatedApplyReadOnlyPolicy> * bc_;
};
#endif