]> git.lyx.org Git - features.git/blobdiff - src/BranchList.cpp
make valgrind happy (although I have no evidence this caused problems)
[features.git] / 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_);
 }