]> git.lyx.org Git - lyx.git/blobdiff - src/BranchList.cpp
Transfer the setting of the current LyXView from workArea::focusInEvent() to GuiView...
[lyx.git] / src / BranchList.cpp
index 5c1a2076fa0c2074944fb373c8f68f383b40318d..8eb585d717541257932fc840c8fee522114396fa 100644 (file)
 
 #include <algorithm>
 
+using std::string;
 
 namespace lyx {
 
-using std::string;
-
 
-Branch::Branch()
+Branch::Branch() : selected_(false)
 {
        theApp()->getRgbColor(Color::background, color_);
 }