1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00

Fix compilation with clang. This does not fix the port, since there is a

libtool error (missing librdhfile.la) later on.
This commit is contained in:
Stefan Eßer 2011-12-20 18:46:05 +00:00
parent 2734ac8554
commit d773eb47ab
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=287747

View File

@ -0,0 +1,11 @@
--- 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);
};
};