mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-14 01:22:33 +00:00
Squash a warning.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28808 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
21d90e18d1
commit
5b185f8683
@ -125,10 +125,6 @@ public:
|
||||
|
||||
private:
|
||||
friend bool operator==(FontInfo const & lhs, FontInfo const & rhs);
|
||||
|
||||
/// The color used for painting
|
||||
Color paint_color_;
|
||||
|
||||
///
|
||||
FontFamily family_;
|
||||
///
|
||||
@ -141,6 +137,8 @@ private:
|
||||
ColorCode color_;
|
||||
///
|
||||
ColorCode background_;
|
||||
/// The color used for painting
|
||||
Color paint_color_;
|
||||
///
|
||||
FontState emph_;
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user