SHA256
1
0
forked from pool/xmlrpc-c
xmlrpc-c/xmlrpc-c-default-constructor.patch
Ismail Dönmez ce2d8cadb4 Accepting request 74804 from home:appleonkel:branches:devel:libraries:c_c++
I updated to recent stable version (not superstable). I hope the new %{soname} version wouldn't break anything. Please have a deeper look at this package.

OBS-URL: https://build.opensuse.org/request/show/74804
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/xmlrpc-c?expand=0&rev=61
2011-07-18 11:51:13 +00:00

11 lines
391 B
Diff

--- include/xmlrpc-c/registry.hpp.orig 2011-06-28 22:43:07.787955247 +0200
+++ include/xmlrpc-c/registry.hpp 2011-06-28 22:43:56.652197548 +0200
@@ -24,6 +24,7 @@
information pertinent to that kind of server.
-----------------------------------------------------------------------------*/
public:
+ callInfo() {};
virtual ~callInfo() {}; // This makes it polymorphic
};