Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Nov 2005 23:13:56 +0200
From:      =?KOI8-U?Q?=ED=C9=CB=CF=CC=C1_=F3=D4=D2=A4=C2=CB=CF=D7?= <mykola.stryebkov@gmail.com>
To:        ports@FreeBSD.org
Subject:   patch
Message-ID:  <438B7314.7040308@humgat.org>

next in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.
--------------010505090204090706030409
Content-Type: text/plain; charset=KOI8-U; format=flowed
Content-Transfer-Encoding: 7bit

Hi, all.

Here is a patch for /usr/ports/net/ulxmlrpcpp. Without this patch -Wall 
gives a warning about virtual functions and non-virtual destructor :-)


--------------010505090204090706030409
Content-Type: text/plain;
 name="patch-ulxmlrpcpp:ulxr_value.h"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="patch-ulxmlrpcpp:ulxr_value.h"

--- ulxmlrpcpp/ulxr_value.h.orig	Fri May  7 15:47:01 2004
+++ ulxmlrpcpp/ulxr_value.h	Mon Nov 28 22:49:00 2005
@@ -146,7 +146,7 @@
       
  /** Destroys the Value
    */
-   ~Value();
+   virtual ~Value();
 
  /** Creates a Value as copy of another Value.
    * @param  val  the source value

--------------010505090204090706030409--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?438B7314.7040308>