summaryrefslogtreecommitdiffstats
path: root/Project/Machines.h
diff options
context:
space:
mode:
Diffstat (limited to 'Project/Machines.h')
-rw-r--r--Project/Machines.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Project/Machines.h b/Project/Machines.h
index cecd78b..8efcab6 100644
--- a/Project/Machines.h
+++ b/Project/Machines.h
@@ -1,9 +1,9 @@
#ifndef MACHINES_H
#define MACHINES_H
-#include "Element.h"
+#include "PowerElement.h"
-class Machines : public Element
+class Machines : public PowerElement
{
public:
Machines();