summaryrefslogtreecommitdiff
path: root/src/edit_entry_form.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/edit_entry_form.cpp')
-rw-r--r--src/edit_entry_form.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/edit_entry_form.cpp b/src/edit_entry_form.cpp
index 6a28b6f..68a29fe 100644
--- a/src/edit_entry_form.cpp
+++ b/src/edit_entry_form.cpp
@@ -2,7 +2,7 @@
#include "edit_entry_form.h"
EditEntryForm::EditEntryForm(const Entry &e) :
- e(e)
+ entry(e)
{
// load uic
ui.setupUi(this);