From 2ff390643fbfb813365f84ed5d78033aa8767868 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sun, 13 Nov 2011 15:53:03 +0100 Subject: [PATCH] declare operator overloading for standard << --- public-trunk/GSM/OsmoLogicalChannel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public-trunk/GSM/OsmoLogicalChannel.h b/public-trunk/GSM/OsmoLogicalChannel.h index e1002ef..2e60c64 100644 --- a/public-trunk/GSM/OsmoLogicalChannel.h +++ b/public-trunk/GSM/OsmoLogicalChannel.h @@ -208,7 +208,7 @@ public: friend std::ostream& operator<<(std::ostream& os, const OsmoLogicalChannel& lchan); }; -//std::ostream& GSM::operator<<(std::ostream& os, const OsmoLogicalChannel& lchan); +std::ostream& operator<<(std::ostream& os, const OsmoLogicalChannel& lchan); /** Standalone dedicated control channel.