From 36952ca775f17b2f7e01d675a70b53eeb6f8524f Mon Sep 17 00:00:00 2001 From: Stefan Sayer Date: Wed, 26 Mar 2008 11:15:46 +0000 Subject: [PATCH] forgotten commit git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@827 8eb893ce-cfd4-0310-b710-fb5ebe64c474 --- core/AmRtpStream.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/core/AmRtpStream.h b/core/AmRtpStream.h index 012dcdc3..935386cd 100644 --- a/core/AmRtpStream.h +++ b/core/AmRtpStream.h @@ -73,6 +73,7 @@ struct PacketMem { inline AmRtpPacket* newPacket(); inline void freePacket(AmRtpPacket* p); + inline void clear(); }; @@ -286,7 +287,3 @@ public: // mode:C++ // End: - - - -