summaryrefslogtreecommitdiffstats
path: root/Project/Machines.cpp
diff options
context:
space:
mode:
authorThales1330 <thaleslima.ufu@gmail.com>2017-01-10 18:39:14 -0200
committerThales1330 <thaleslima.ufu@gmail.com>2017-01-10 18:39:14 -0200
commit3e44c208f67b87f17e086bb1361f4422fb6ac5ce (patch)
tree136a89491eec953644e89f58f626d2de99f99500 /Project/Machines.cpp
parent58148f1ebe5be64231965ca76ae13e4690528e55 (diff)
downloadPSP.git-3e44c208f67b87f17e086bb1361f4422fb6ac5ce.tar.gz
PSP.git-3e44c208f67b87f17e086bb1361f4422fb6ac5ce.tar.xz
PSP.git-3e44c208f67b87f17e086bb1361f4422fb6ac5ce.zip
Some class organization
Diffstat (limited to 'Project/Machines.cpp')
-rw-r--r--Project/Machines.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Project/Machines.cpp b/Project/Machines.cpp
index 6016df8..dd93bf1 100644
--- a/Project/Machines.cpp
+++ b/Project/Machines.cpp
@@ -1,7 +1,7 @@
#include "Machines.h"
Machines::Machines()
- : Element()
+ : PowerElement()
{
}
Machines::~Machines() {}