InsetRef.h: fix #6711

Also OK for branch?

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34450 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Uwe Stöhr 2010-05-22 02:01:47 +00:00
parent 634a00c9db
commit edd8a321bf

View File

@ -81,6 +81,8 @@ private:
Inset * clone() const { return new InsetRef(*this); }
///
bool isLatex;
/// Force inset into LTR environment if surroundings are RTL
bool forceLTR() const { return true; }
///
mutable docstring screen_label_;
///