summaryrefslogtreecommitdiff
path: root/finance/openhbci/files/patch-pointer.h
diff options
context:
space:
mode:
Diffstat (limited to 'finance/openhbci/files/patch-pointer.h')
-rw-r--r--finance/openhbci/files/patch-pointer.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/finance/openhbci/files/patch-pointer.h b/finance/openhbci/files/patch-pointer.h
deleted file mode 100644
index b869049d9ad4..000000000000
--- a/finance/openhbci/files/patch-pointer.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/openhbci/core/pointer.h~ 2003-07-01 22:04:04.000000000 +0200
-+++ src/openhbci/core/pointer.h 2011-12-20 19:35:02.781176123 +0100
-@@ -758,7 +758,7 @@
- "Bad cast",
- u.description());
- /* otherwise create a new pointer */
-- return makePointer(u);
-+ return PointerCast::makePointer(u);
- };
-
- };