summaryrefslogtreecommitdiff
path: root/math/aspcud/files/patch-libcudf-src-dependency.cpp
blob: 7ae476f510774233b5bcf2913e9a78e8a6ec51c6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- libcudf/src/dependency.cpp.orig	2014-01-10 15:13:07.000000000 +0000
+++ libcudf/src/dependency.cpp	2014-01-10 15:29:32.000000000 +0000
@@ -49,6 +49,7 @@
     struct CudfPackageRefFilter
     {
         CudfPackageRefFilter(const Cudf::PackageRef &ref) : ref(ref) { }
+		CudfPackageRefFilter &operator = (const CudfPackageRefFilter &t) { return *this; } 
         bool operator()(const Entity *entity)
         {
             switch(ref.op)