summaryrefslogtreecommitdiff
path: root/editor/widget.h
diff options
context:
space:
mode:
Diffstat (limited to 'editor/widget.h')
-rw-r--r--editor/widget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/widget.h b/editor/widget.h
index eda50b5..48d8d99 100644
--- a/editor/widget.h
+++ b/editor/widget.h
@@ -36,7 +36,7 @@
class Widget : public QWidget {
Q_OBJECT
public:
- Widget(QDomNode &node);
+ Widget(QDomNode node);
void setValue(QString name, QString value);
QString toXml(QString tabs);