Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFelix Geyer <debfx@fobos.de>2011-07-07 01:43:02 +0400
committerFelix Geyer <debfx@fobos.de>2011-07-07 01:43:02 +0400
commit6d4561bc57fcd3fb588e0977f40c5cd1ad359228 (patch)
tree9573a7d95d92b3f62a7dadf08e7fb256350d6a0a /src
parent87ee9b7c85bf5455bca7015141099048fbd87e15 (diff)
Initalize pointer in Group. *sigh*
Diffstat (limited to 'src')
-rw-r--r--src/core/Group.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/Group.cpp b/src/core/Group.cpp
index 255255d96..3461e623f 100644
--- a/src/core/Group.cpp
+++ b/src/core/Group.cpp
@@ -28,6 +28,7 @@ Group::Group()
{
m_parent = 0;
m_db = 0;
+ m_lastTopVisibleEntry = 0;
m_iconNumber = 0; // TODO change?
}