]> granicus.if.org Git - pdns/commitdiff
and add a destructor too - sorry for not doing a good test build!
authorBert Hubert <bert.hubert@netherlabs.nl>
Thu, 7 Mar 2013 11:14:21 +0000 (11:14 +0000)
committerBert Hubert <bert.hubert@netherlabs.nl>
Thu, 7 Mar 2013 11:14:21 +0000 (11:14 +0000)
git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@3115 d19b8d6e-7fed-0310-83ef-9ca221ded41b

modules/pipebackend/coprocess.hh

index 188ced1d7444fc16c6502abd09ae34cbd8489b57..198827f1e279a1cd153156fa09fc669a4677d49e 100644 (file)
@@ -10,7 +10,7 @@
 class CoRemote
 {
 public:
-  virtual ~CoRemote();
+  virtual ~CoRemote() {}
   virtual void sendReceive(const string &send, string &receive) = 0;
   virtual void receive(string &rcv) = 0;
   virtual void send(const string &send) = 0;