Repository: thrift Updated Branches: refs/heads/master 11eac4484 -> c41049445
THRIFT-3208: Fix Visual Studio solution build failure due to renamed source Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/c4104944 Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/c4104944 Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/c4104944 Branch: refs/heads/master Commit: c410494453199720a9482cbde832e4e88082de44 Parents: 11eac44 Author: Roger Meier <[email protected]> Authored: Sun Jan 10 16:34:44 2016 +0100 Committer: Roger Meier <[email protected]> Committed: Sun Jan 10 16:34:44 2016 +0100 ---------------------------------------------------------------------- lib/cpp/libthrift.vcxproj.filters | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/thrift/blob/c4104944/lib/cpp/libthrift.vcxproj.filters ---------------------------------------------------------------------- diff --git a/lib/cpp/libthrift.vcxproj.filters b/lib/cpp/libthrift.vcxproj.filters index 0183e85..5f64f78 100644 --- a/lib/cpp/libthrift.vcxproj.filters +++ b/lib/cpp/libthrift.vcxproj.filters @@ -4,7 +4,7 @@ <ClCompile Include="src\thrift\transport\TBufferTransports.cpp"> <Filter>transport</Filter> </ClCompile> - <ClCompile Include="src\thrift\Thrift.cpp" /> + <ClCompile Include="src\thrift\TOutput.cpp" /> <ClCompile Include="src\thrift\TApplicationException.cpp" /> <ClCompile Include="src\thrift\windows\StdAfx.cpp"> <Filter>windows</Filter>
