diff options
| author | Kris De Gussem <kris.degussem@gmail.com> | 2013-03-17 12:53:46 +0000 |
|---|---|---|
| committer | Kris <Kris.De.Gussem@hotmail.com> | 2013-03-17 12:53:46 +0000 |
| commit | d570aaf4446417dd50323db02470c1f9f5437b22 (patch) | |
| tree | d9afb4515a0e1264f8b7671ce3b8e72198af9ba7 /src/ui/widget/licensor.cpp | |
| parent | cppcheck (diff) | |
| download | inkscape-d570aaf4446417dd50323db02470c1f9f5437b22.tar.gz inkscape-d570aaf4446417dd50323db02470c1f9f5437b22.zip | |
cppcheck
(bzr r12218)
Diffstat (limited to 'src/ui/widget/licensor.cpp')
| -rw-r--r-- | src/ui/widget/licensor.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ui/widget/licensor.cpp b/src/ui/widget/licensor.cpp index 8ecd36af2..c729354cb 100644 --- a/src/ui/widget/licensor.cpp +++ b/src/ui/widget/licensor.cpp @@ -79,7 +79,8 @@ void LicenseItem::on_toggled() //--------------------------------------------------- Licensor::Licensor() -: Gtk::VBox(false,4) +: Gtk::VBox(false,4), + _eentry (NULL) { } |
