summaryrefslogtreecommitdiffstats
path: root/Project/Workspace.h
diff options
context:
space:
mode:
authorThales1330 <thaleslima.ufu@gmail.com>2016-09-09 17:01:27 -0300
committerThales1330 <thaleslima.ufu@gmail.com>2016-09-09 17:01:27 -0300
commit66fd00eda79d106d07617ebdeb90cdd46786e691 (patch)
tree581b97a83c6a457a2461601fcd1039d801ffa62e /Project/Workspace.h
parent122d124108384bb4579b6d96956b931d7221d3c1 (diff)
downloadPSP.git-66fd00eda79d106d07617ebdeb90cdd46786e691.tar.gz
PSP.git-66fd00eda79d106d07617ebdeb90cdd46786e691.tar.xz
PSP.git-66fd00eda79d106d07617ebdeb90cdd46786e691.zip
Bus form under implementation
Diffstat (limited to 'Project/Workspace.h')
-rw-r--r--Project/Workspace.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Project/Workspace.h b/Project/Workspace.h
index 5bea745..60001b9 100644
--- a/Project/Workspace.h
+++ b/Project/Workspace.h
@@ -8,10 +8,11 @@
#include <wx/statusbr.h>
#include "WorkspaceBase.h"
+#include "Bus.h"
class Camera;
class Element;
-class Bus;
+//class Bus;
class Line;
class Transformer;
class SyncGenerator;