diff options
author | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2017-11-09 16:22:52 -0200 |
---|---|---|
committer | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2017-11-09 16:22:52 -0200 |
commit | 9f1f69481655c1ded6e6e778d21316b6f66755c6 (patch) | |
tree | 9b65ceac3fefe0ea3037fd3585671335a06d4259 /Project/MainFrame.cpp | |
parent | 7e2a19c5bf730a8fc9c868be95b25cbfed61851c (diff) | |
download | PSP.git-9f1f69481655c1ded6e6e778d21316b6f66755c6.tar.gz PSP.git-9f1f69481655c1ded6e6e778d21316b6f66755c6.tar.xz PSP.git-9f1f69481655c1ded6e6e778d21316b6f66755c6.zip |
Base form files organized
Diffstat (limited to 'Project/MainFrame.cpp')
-rw-r--r-- | Project/MainFrame.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Project/MainFrame.cpp b/Project/MainFrame.cpp index 2c94a22..41fe59b 100644 --- a/Project/MainFrame.cpp +++ b/Project/MainFrame.cpp @@ -16,7 +16,7 @@ */ #include "MainFrame.h" -#include "ArtMetro.h" +#include "artProvider/ArtMetro.h" #include "Workspace.h" #include "Bus.h" #include "Line.h" |