SHA256
8
0
forked from pool/xmlrpc-c
Files
xmlrpc-c/xmlrpc-c-default-constructor.patch

11 lines
391 B
Diff
Raw Normal View History

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