From 6049aefbfe55e7668f50f76efac4e4a67c2f18c6 Mon Sep 17 00:00:00 2001 From: Daniel De Graaf Date: Wed, 22 Sep 2010 20:49:27 -0400 Subject: Add ExtensibleType argument to ExtensionItem to identify item types --- src/channels.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/channels.cpp') diff --git a/src/channels.cpp b/src/channels.cpp index 89350177a..ffa69ffe0 100644 --- a/src/channels.cpp +++ b/src/channels.cpp @@ -16,7 +16,7 @@ #include "mode.h" Channel::Channel(const std::string &cname, time_t ts) - : Extensible(Extensible::CHANNEL), name(cname), age(ts) + : Extensible(EXTENSIBLE_CHANNEL), name(cname), age(ts) { if (!age) throw CoreException("Cannot create channel with zero timestamp"); -- cgit v1.3.1-10-gc9f91