summaryrefslogtreecommitdiffstats
path: root/Machine.h
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2024-04-06 20:40:33 +0200
committercgzones <cgzones@googlemail.com>2024-04-08 18:12:39 +0200
commit327593e5cd5d48a6ff38d2877d7faaf53a6a8892 (patch)
tree7f0211352b084f7949da57579c23dd45d3f4a56d /Machine.h
parent4cf8c98e0571e17e9234e056a41510b1bb00f155 (diff)
Align parameter names in declarations with definitions
Diffstat (limited to 'Machine.h')
-rw-r--r--Machine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Machine.h b/Machine.h
index f7f82afa..247f7336 100644
--- a/Machine.h
+++ b/Machine.h
@@ -88,7 +88,7 @@ bool Machine_isCPUonline(const Machine* this, unsigned int id);
void Machine_populateTablesFromSettings(Machine* this, Settings* settings, Table* processTable);
-void Machine_setTablesPanel(Machine* host, Panel* panel);
+void Machine_setTablesPanel(Machine* this, Panel* panel);
void Machine_scan(Machine* this);

© 2014-2024 Faster IT GmbH | imprint | privacy policy