diff options
author | Neil <nyamatongwe@gmail.com> | 2019-04-28 08:32:10 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2019-04-28 08:32:10 +1000 |
commit | c70faaf270c47555d965d9a6949fdb2e06b5dfdb (patch) | |
tree | 9bd2c4747d6607e0e89dea46a1f96344c413645b | |
parent | 0fff9171fe16d49e5be198fd1df339c8e3a98eb0 (diff) | |
download | scintilla-mirror-c70faaf270c47555d965d9a6949fdb2e06b5dfdb.tar.gz |
Add UniqueString.cxx as UniqueStringCopy no longer defined in header.
-rw-r--r-- | test/unit/UnitTester.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/unit/UnitTester.vcxproj b/test/unit/UnitTester.vcxproj index 24f6cca94..82f633dd7 100644 --- a/test/unit/UnitTester.vcxproj +++ b/test/unit/UnitTester.vcxproj @@ -154,6 +154,7 @@ <ClCompile Include="..\..\src\Decoration.cxx" />
<ClCompile Include="..\..\src\RunStyles.cxx" />
<ClCompile Include="..\..\src\UniConversion.cxx" />
+ <ClCompile Include="..\..\src\UniqueString.cxx" />
<ClCompile Include="test*.cxx" />
<ClCompile Include="UnitTester.cxx" />
</ItemGroup>
|