pkgsrc-wip/h323plus/patches/patch-src_gccpdu.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

31 lines
916 B
C++

$NetBSD: patch-src_gccpdu.cxx,v 1.1 2013/07/17 12:52:45 obache Exp $
--- src/gccpdu.cxx.orig 2007-08-06 20:51:04.000000000 +0000
+++ src/gccpdu.cxx
@@ -556,7 +556,7 @@ GCC_TextString & GCC_TextString::operato
}
-GCC_TextString & GCC_TextString::operator=(const PWORDArray & v)
+GCC_TextString & GCC_TextString::operator=(const PWCharArray & v)
{
SetValue(v);
return *this;
@@ -605,7 +605,7 @@ GCC_SimpleTextString & GCC_SimpleTextStr
}
-GCC_SimpleTextString & GCC_SimpleTextString::operator=(const PWORDArray & v)
+GCC_SimpleTextString & GCC_SimpleTextString::operator=(const PWCharArray & v)
{
SetValue(v);
return *this;
@@ -759,7 +759,7 @@ GCC_ExtraDialingString & GCC_ExtraDialin
}
-GCC_ExtraDialingString & GCC_ExtraDialingString::operator=(const PWORDArray & v)
+GCC_ExtraDialingString & GCC_ExtraDialingString::operator=(const PWCharArray & v)
{
SetValue(v);
return *this;