]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Fix compiler warning
authorPaul Cadach <paul@odt.east.telecom.kz>
Thu, 28 Sep 2006 15:56:21 +0000 (15:56 +0000)
committerPaul Cadach <paul@odt.east.telecom.kz>
Thu, 28 Sep 2006 15:56:21 +0000 (15:56 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@43877 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channels/h323/ast_h323.cxx

index ebd551606684267405e1334fce509107bee7dbf3..7a86c5b811f7f3bcf96b6e73866e1acc7474bb15 100644 (file)
@@ -1042,7 +1042,7 @@ static BOOL EmbedQSIGTunneledInfo(H323SignalPDU &pdu)
                for (int i = 0; i < protos.GetSize(); ++i)
                {
                        if ((protos[i].GetTag() == H225_TunnelledProtocol_id::e_tunnelledProtocolObjectID) &&
-                                       (((const PASN_ObjectId &)protos[i]).AsString() == OID_QSIG)) {
+                                       (((PASN_ObjectId &)protos[i]).AsString() == OID_QSIG)) {
                                addQSIG = FALSE;
                                break;
                        }