aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--channels/h323/ast_h323.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/h323/ast_h323.cxx b/channels/h323/ast_h323.cxx
index ebd551606..7a86c5b81 100644
--- a/channels/h323/ast_h323.cxx
+++ b/channels/h323/ast_h323.cxx
@@ -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;
}