X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FBranchList.cpp;h=89884e60a2e11e77332dadd67c92e3906dcf0439;hb=eea79637c78bb9916031924eca7b305cfb8e83df;hp=86cb6021d1b582917be1c7e1bfea22680530cd17;hpb=1f07a7f929d34b0d64d839d5d7963ed60e04b5a3;p=features.git diff --git a/src/BranchList.cpp b/src/BranchList.cpp index 86cb6021d1..89884e60a2 100644 --- a/src/BranchList.cpp +++ b/src/BranchList.cpp @@ -11,7 +11,6 @@ #include #include "BranchList.h" -#include "Color.h" #include "frontends/Application.h" @@ -26,7 +25,7 @@ Branch::Branch() : selected_(false) { // no theApp() with command line export if (theApp()) - theApp()->getRgbColor(Color::background, color_); + theApp()->getRgbColor(Color_background, color_); } @@ -75,7 +74,7 @@ void Branch::setColor(string const & c) color_ = RGBColor(c); else // no color set or invalid color - use normal background - theApp()->getRgbColor(Color::background, color_); + theApp()->getRgbColor(Color_background, color_); }