diff options
author | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2018-04-10 22:09:52 -0300 |
---|---|---|
committer | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2018-04-10 22:09:52 -0300 |
commit | 8824eb42aed594822b1a46e0d1492535efacda0e (patch) | |
tree | acbd68cab14f22316268d53ed037363b54908193 /Project/Workspace.h | |
parent | 586ff94d4bffcaf256e4ca7150b926c1babecada (diff) | |
download | PSP.git-8824eb42aed594822b1a46e0d1492535efacda0e.tar.gz PSP.git-8824eb42aed594822b1a46e0d1492535efacda0e.tar.xz PSP.git-8824eb42aed594822b1a46e0d1492535efacda0e.zip |
Base folder strategy abandoned due compatibility with wxCrafter
Diffstat (limited to 'Project/Workspace.h')
-rw-r--r-- | Project/Workspace.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Project/Workspace.h b/Project/Workspace.h index 4c9bde6..83b64e6 100644 --- a/Project/Workspace.h +++ b/Project/Workspace.h @@ -26,7 +26,7 @@ #include <wx/clipbrd.h> #include <wx/tipwin.h> -#include "base/WorkspaceBase.h" +#include "WorkspaceBase.h" #include "Bus.h" #include "ControlEditor.h" |