diff options
Diffstat (limited to 'devel/ice/files/patch-cpp-test-Ice-background-EndpointI.h')
-rw-r--r-- | devel/ice/files/patch-cpp-test-Ice-background-EndpointI.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/ice/files/patch-cpp-test-Ice-background-EndpointI.h b/devel/ice/files/patch-cpp-test-Ice-background-EndpointI.h deleted file mode 100644 index 3c0562c034a7..000000000000 --- a/devel/ice/files/patch-cpp-test-Ice-background-EndpointI.h +++ /dev/null @@ -1,11 +0,0 @@ ---- cpp.orig/test/Ice/background/EndpointI.h 2011-06-15 21:43:59.000000000 +0200 -+++ cpp/test/Ice/background/EndpointI.h 2012-03-04 20:14:53.000000000 +0100 -@@ -48,7 +48,7 @@ - - virtual Ice::Int hashInit() const; - #if !defined(_MSC_VER) || _MSC_VER > 1300 -- using IceInternal::EndpointI::connectors; -+ using ::IceInternal::EndpointI::connectors; - #endif - - private: |