]> git.lyx.org Git - lyx.git/blobdiff - src/BranchList.cpp
Fulfill promise to Andre: TextClass_ptr --> TextClassPtr.
[lyx.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_);
 }