summaryrefslogtreecommitdiff
path: root/channels/chan_vpb.cc
diff options
context:
space:
mode:
authorRichard Mudgett <rmudgett@digium.com>2015-04-28 11:50:07 -0500
committerJoshua Colp <jcolp@digium.com>2015-04-28 12:22:33 -0500
commit0bbe2c35cf2abd6848a23a77491f014299b658ea (patch)
tree432dfff3064164d70156b2870a4207671529fe39 /channels/chan_vpb.cc
parent7c18edaa107c8a2fe9f9727dfb296b9111d30fdb (diff)
chan_vpb: Fix compile error due to use of ASTERISK_FILE_VERSION.
Change-Id: I51179e2a83937423676da522b766f1126de4059e
Diffstat (limited to 'channels/chan_vpb.cc')
-rw-r--r--channels/chan_vpb.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/chan_vpb.cc b/channels/chan_vpb.cc
index 6a9e9a667..16a66b908 100644
--- a/channels/chan_vpb.cc
+++ b/channels/chan_vpb.cc
@@ -59,7 +59,7 @@ extern "C" {
#include "asterisk.h"
-ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
+ASTERISK_REGISTER_FILE()
#include "asterisk/lock.h"
#include "asterisk/utils.h"