From: Jean-Marc Lasgouttes Date: Fri, 14 Sep 2007 08:11:41 +0000 (+0000) Subject: make valgrind happy (although I have no evidence this caused problems) X-Git-Tag: 1.6.10~8352 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=5031a8eb64c729cbc3095cd6be50eb340c412957;p=features.git make valgrind happy (although I have no evidence this caused problems) git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20276 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/BranchList.cpp b/src/BranchList.cpp index 5b78d71c3c..8eb585d717 100644 --- a/src/BranchList.cpp +++ b/src/BranchList.cpp @@ -22,7 +22,7 @@ using std::string; namespace lyx { -Branch::Branch() +Branch::Branch() : selected_(false) { theApp()->getRgbColor(Color::background, color_); }