freebsd-ports/finance/openhbci/files/patch-pointer.h
Stefan Eßer d773eb47ab Fix compilation with clang. This does not fix the port, since there is a
libtool error (missing librdhfile.la) later on.
2011-12-20 18:46:05 +00:00

11 lines
384 B
C

--- 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);
};
};