Skip to content

Commit

Permalink
xrEProps: fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
Xottab-DUTY committed Mar 3, 2018
1 parent e5ac190 commit c90c143
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/editors/xrECore/xrECore.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
<ClCompile Include="Props\PropertiesList.cpp" />
<ClCompile Include="Props\ShaderFunction.cpp" />
<ClCompile Include="Props\TextEdit.cpp" />
<ClCompile Include="SelectItem.cpp" />
<ClCompile Include="Props\SelectItem.cpp" />
<ClCompile Include="xrEProps.cpp" />
</ItemGroup>
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/editors/xrECore/xrECore.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<ClCompile Include="Props\ItemList.cpp">
<Filter>Props\ItemList</Filter>
</ClCompile>
<ClCompile Include="SelectItem.cpp">
<ClCompile Include="Props\SelectItem.cpp">
<Filter>Props\SelectItem</Filter>
</ClCompile>
</ItemGroup>
Expand Down

0 comments on commit c90c143

Please sign in to comment.