From 01cb4f7266eabd2908c75293d69a37423abcc46a Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Fri, 29 Oct 1999 00:26:44 +0000 Subject: [PATCH] removed extra & --- src/cas/generic/casChannelIIL.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cas/generic/casChannelIIL.h b/src/cas/generic/casChannelIIL.h index acdaabb78..4f19b4024 100644 --- a/src/cas/generic/casChannelIIL.h +++ b/src/cas/generic/casChannelIIL.h @@ -173,7 +173,7 @@ inline void casChannelI::postAccessRightsEvent() // // casChannelI::enumStringTable () // -inline const &std::vector< std::string >& casChannelI::enumStringTable () const +inline const std::vector< std::string >& casChannelI::enumStringTable () const { return this->pv.enumStringTable (); }