Skip to content

Commit

Permalink
rename files
Browse files Browse the repository at this point in the history
  • Loading branch information
melak47 committed Nov 6, 2016
1 parent b2175a4 commit 40feb2a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions BorderlessWindow/BorderlessWindow.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -152,11 +152,11 @@
</Link>
</ItemDefinitionGroup>
<ItemGroup>
<ClInclude Include="src\Window.hpp" />
<ClInclude Include="src\BorderlessWindow.hpp" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="src\main.cpp" />
<ClCompile Include="src\Window.cpp" />
<ClCompile Include="src\BorderlessWindow.cpp" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
Expand Down
4 changes: 2 additions & 2 deletions BorderlessWindow/BorderlessWindow.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
<ClCompile Include="src\main.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="src\Window.cpp">
<ClCompile Include="src\BorderlessWindow.cpp">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="src\Window.hpp">
<ClInclude Include="src\BorderlessWindow.hpp">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "Window.hpp"
#include "BorderLessWindow.hpp"

#include <cassert>
#include <stdexcept>
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion BorderlessWindow/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#include <typeinfo>
#include <string>

#include "Window.hpp"
#include "BorderlessWindow.hpp"

int main() try {
BorderlessWindow window;
Expand Down

0 comments on commit 40feb2a

Please sign in to comment.