diff options
Diffstat (limited to '')
-rw-r--r-- | lyt/group.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lyt/group.h b/lyt/group.h index 5e48803..a20287b 100644 --- a/lyt/group.h +++ b/lyt/group.h @@ -28,7 +28,7 @@ public: LYTGroup(); - void writeToDataStream(QDataStream &out); + void writeToDataStream(QDataStream &out) const; void readFromDataStream(QDataStream &in, LYTPane &linkedPane); QString name; |