X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FBranchList.C;h=9cec82928edfc11763b0efd08fb944f850946958;hb=f8f59e97fb06149528a180c5964c9abb27e079a1;hp=44c98e4a7007beac6d81e9f8fcc9e564b62445cb;hpb=49070b4c004594c295b80c6612e368b62f5d44f3;p=lyx.git diff --git a/src/BranchList.C b/src/BranchList.C index 44c98e4a70..9cec82928e 100644 --- a/src/BranchList.C +++ b/src/BranchList.C @@ -25,7 +25,7 @@ using std::string; Branch::Branch() { - theApp->getRgbColor(LColor::background, color_); + theApp()->getRgbColor(LColor::background, color_); } @@ -74,7 +74,7 @@ void Branch::setColor(string const & c) color_ = RGBColor(c); else // no color set or invalid color - use normal background - theApp->getRgbColor(LColor::background, color_); + theApp()->getRgbColor(LColor::background, color_); }