Skip to content

Commit 67d5d8e

Browse files
author
Pavel Kovalenko
committed
Fix weather editor DLL root namespace.
1 parent d9a1487 commit 67d5d8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/editors/xrWeatherEditor/xrWeatherEditor.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</ItemGroup>
1313
<PropertyGroup Label="Globals">
1414
<ProjectGuid>{492D3DFE-9068-4E7E-A008-7C2420A651C0}</ProjectGuid>
15-
<RootNamespace>xrWeatherEditor</RootNamespace>
15+
<RootNamespace>editor</RootNamespace>
1616
<Keyword>ManagedCProj</Keyword>
1717
</PropertyGroup>
1818
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />

0 commit comments

Comments
 (0)