summaryrefslogtreecommitdiff
path: root/x11-toolkits/viewklass/files/patch-VkNameList.C
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/viewklass/files/patch-VkNameList.C')
-rw-r--r--x11-toolkits/viewklass/files/patch-VkNameList.C11
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-toolkits/viewklass/files/patch-VkNameList.C b/x11-toolkits/viewklass/files/patch-VkNameList.C
new file mode 100644
index 000000000000..d3653c9caf65
--- /dev/null
+++ b/x11-toolkits/viewklass/files/patch-VkNameList.C
@@ -0,0 +1,11 @@
+--- ./VkNameList.C.orig Wed Jul 23 02:39:09 2003
++++ ./VkNameList.C Wed Jul 23 02:39:23 2003
+@@ -105,7 +105,7 @@
+ }
+
+ void
+-VkNameList::remove(int index, int count=1)
++VkNameList::remove(int index, int count)
+ {
+ _contents.erase(_contents.begin() + index,
+ _contents.begin() + index + count);