diff options
Diffstat (limited to 'editor/tool.h')
-rw-r--r-- | editor/tool.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/tool.h b/editor/tool.h index 8561f94..9015079 100644 --- a/editor/tool.h +++ b/editor/tool.h @@ -35,7 +35,7 @@ class Tool : public QLabel { Q_OBJECT public: - Tool(QDomNode &node); + Tool(QDomNode node); protected: void mousePressEvent(QMouseEvent *event); |