]> git.lyx.org Git - features.git/commitdiff
make valgrind happy (although I have no evidence this caused problems)
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 14 Sep 2007 08:11:41 +0000 (08:11 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 14 Sep 2007 08:11:41 +0000 (08:11 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20276 a592a061-630c-0410-9148-cb99ea01b6c8

src/BranchList.cpp

index 5b78d71c3c453293ebae2d1bf37ed191b284f251..8eb585d717541257932fc840c8fee522114396fa 100644 (file)
@@ -22,7 +22,7 @@ using std::string;
 namespace lyx {
 
 
-Branch::Branch()
+Branch::Branch() : selected_(false)
 {
        theApp()->getRgbColor(Color::background, color_);
 }