summaryrefslogtreecommitdiff
path: root/client/macrowindow.h
diff options
context:
space:
mode:
authordeva <deva>2008-06-09 14:50:00 +0000
committerdeva <deva>2008-06-09 14:50:00 +0000
commit95c75f805ec5f22f5e876dc3fddf8a72d6afd014 (patch)
tree499e6ac228fe5ccd6c900ddafc9611b5d750b2e7 /client/macrowindow.h
parentbce7808fecc65d56b695be03f6b39fed51589562 (diff)
Fixed macrowindow generation errors when multiple macroes (some empty) are sent.
Diffstat (limited to 'client/macrowindow.h')
-rw-r--r--client/macrowindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/macrowindow.h b/client/macrowindow.h
index 7138464..138c438 100644
--- a/client/macrowindow.h
+++ b/client/macrowindow.h
@@ -41,7 +41,7 @@ class MacroWindow : public QObject
{
Q_OBJECT
public:
- MacroWindow(QDomDocument *xml_doc);
+ MacroWindow(QDomNode &xml_doc);
~MacroWindow();
bool isClosed();