summaryrefslogtreecommitdiff
path: root/src/diagramitem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/diagramitem.cpp')
-rw-r--r--src/diagramitem.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/diagramitem.cpp b/src/diagramitem.cpp
index a85f4ff..dffeba9 100644
--- a/src/diagramitem.cpp
+++ b/src/diagramitem.cpp
@@ -27,6 +27,10 @@ DiagramItem::DiagramItem(DiagramItem *parent)
{
}
+DiagramItem::~DiagramItem()
+{
+}
+
DiagramDocument *
DiagramItem::document() const
{