mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
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:
parent
a546691ca3
commit
5031a8eb64
@ -22,7 +22,7 @@ using std::string;
|
||||
namespace lyx {
|
||||
|
||||
|
||||
Branch::Branch()
|
||||
Branch::Branch() : selected_(false)
|
||||
{
|
||||
theApp()->getRgbColor(Color::background, color_);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user