summaryrefslogtreecommitdiffstats
path: root/smtreeitem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'smtreeitem.cpp')
-rw-r--r--smtreeitem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/smtreeitem.cpp b/smtreeitem.cpp
index 56d9b6e..ed9f73e 100644
--- a/smtreeitem.cpp
+++ b/smtreeitem.cpp
@@ -57,7 +57,7 @@ int SmTreeItem::row() const{
return 0;
}
-SmTreeItem *SmTreeItem::parent(){
+SmTreeItem *SmTreeItem::parent() const{
return mParent;
}