pkgsrc-wip/h323plus/patches/patch-src_h235.cxx
OBATA Akio be185ed351 Import h323plus-1.20.2 as wip/h323plus.
(old version, abandon over 4 years, not completed yet)

The H.323 Plus project aims to create a full featured, interoperable,
Open Source implementation of the ITU H.323 teleconferencing protocol
that can be used by personal developers and commercial users without
charge.
2013-07-17 12:52:44 +00:00

22 lines
617 B
C++

$NetBSD: patch-src_h235.cxx,v 1.1 2013/07/17 12:52:45 obache Exp $
--- src/h235.cxx.orig 2007-08-06 20:51:05.000000000 +0000
+++ src/h235.cxx
@@ -169,7 +169,7 @@ H235_Password & H235_Password::operator=
}
-H235_Password & H235_Password::operator=(const PWORDArray & v)
+H235_Password & H235_Password::operator=(const PWCharArray & v)
{
SetValue(v);
return *this;
@@ -217,7 +217,7 @@ H235_Identifier & H235_Identifier::opera
}
-H235_Identifier & H235_Identifier::operator=(const PWORDArray & v)
+H235_Identifier & H235_Identifier::operator=(const PWCharArray & v)
{
SetValue(v);
return *this;