summaryrefslogtreecommitdiff
path: root/cad/meshlab/files/patch-vcglib-vcg-complex-algorithms_subset.h
diff options
context:
space:
mode:
Diffstat (limited to 'cad/meshlab/files/patch-vcglib-vcg-complex-algorithms_subset.h')
-rw-r--r--cad/meshlab/files/patch-vcglib-vcg-complex-algorithms_subset.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/cad/meshlab/files/patch-vcglib-vcg-complex-algorithms_subset.h b/cad/meshlab/files/patch-vcglib-vcg-complex-algorithms_subset.h
deleted file mode 100644
index a7b1290e93d3..000000000000
--- a/cad/meshlab/files/patch-vcglib-vcg-complex-algorithms_subset.h
+++ /dev/null
@@ -1,17 +0,0 @@
---- ../../vcglib/vcg/complex/algorithms/subset.h.orig 2013-10-31 09:34:59.000000000 +0100
-+++ ../../vcglib/vcg/complex/algorithms/subset.h 2013-10-31 09:35:06.000000000 +0100
-@@ -86,12 +86,12 @@
- return (v<o.v);
- }
-
-- bool operator ==(const InsertedV & o)
-+ bool operator ==(const InsertedV & o) const
- {
- return (v==o.v);
- }
-
-- bool operator !=(const InsertedV & o)
-+ bool operator !=(const InsertedV & o) const
- {
- return (v!=o.v);
- }