]> git.ipfire.org Git - thirdparty/asterisk.git/commit
chan_vpb: Fix 'catching polymorphic type ... by value' error
authorSean Bright <sean.bright@gmail.com>
Fri, 13 Mar 2020 18:43:05 +0000 (14:43 -0400)
committerSean Bright <sean.bright@gmail.com>
Fri, 13 Mar 2020 18:44:30 +0000 (14:44 -0400)
commit3e4e016a6cdfa50a0cde7a2cf75ad03dc9a2207a
tree7833898a89242654f2129eeee36a5688d7baa9a0
parent6636fff2cf5ae0f6c911b23fef9d8555c7b637c0
chan_vpb: Fix 'catching polymorphic type ... by value' error

Fixes the following compile error:

    chan_vpb.cc:2688:26: error: catching polymorphic type
        ‘class std::exception’ by value

Change-Id: Ic87bc357d72427d77626735c83200fd278a7a649
channels/chan_vpb.cc