aboutsummaryrefslogtreecommitdiff
path: root/devel/ice/files
diff options
context:
space:
mode:
Diffstat (limited to 'devel/ice/files')
-rw-r--r--devel/ice/files/patch-cpp-include-Ice-Basicstream.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/devel/ice/files/patch-cpp-include-Ice-Basicstream.h b/devel/ice/files/patch-cpp-include-Ice-Basicstream.h
new file mode 100644
index 000000000000..e9832fe1132e
--- /dev/null
+++ b/devel/ice/files/patch-cpp-include-Ice-Basicstream.h
@@ -0,0 +1,20 @@
+--- cpp/include/Ice/BasicStream.h.orig 2014-11-04 18:12:19.183757485 +0100
++++ cpp/include/Ice/BasicStream.h 2014-11-04 18:13:37.223886887 +0100
+@@ -964,7 +964,7 @@
+
+ struct InstanceData
+ {
+- InstanceData(InstanceData* previous) : previous(previous), next(0)
++ InstanceData(InstanceData* prev) : previous(prev), next(0)
+ {
+ if(previous)
+ {
+@@ -1123,7 +1123,7 @@
+
+ struct InstanceData
+ {
+- InstanceData(InstanceData* previous) : previous(previous), next(0)
++ InstanceData(InstanceData* prev) : previous(prev), next(0)
+ {
+ if(previous)
+ {