summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/debugger/qt/dasmwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/osd/modules/debugger/qt/dasmwindow.h')
-rw-r--r--src/osd/modules/debugger/qt/dasmwindow.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/osd/modules/debugger/qt/dasmwindow.h b/src/osd/modules/debugger/qt/dasmwindow.h
index 021c72fd2fd..9a8bf849ab2 100644
--- a/src/osd/modules/debugger/qt/dasmwindow.h
+++ b/src/osd/modules/debugger/qt/dasmwindow.h
@@ -71,8 +71,8 @@ public:
void buildFromQWidget(QWidget* widget);
void applyToQWidget(QWidget* widget);
- void addToXmlDataNode(xml_data_node* node) const;
- void recoverFromXmlNode(xml_data_node* node);
+ void addToXmlDataNode(xml_data_node &node) const;
+ void recoverFromXmlNode(xml_data_node const &node);
};