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
This commit is contained in:
Jean-Marc Lasgouttes 2007-09-14 08:11:41 +00:00
parent a546691ca3
commit 5031a8eb64

View File

@ -22,7 +22,7 @@ using std::string;
namespace lyx {
Branch::Branch()
Branch::Branch() : selected_(false)
{
theApp()->getRgbColor(Color::background, color_);
}