summaryrefslogtreecommitdiff
path: root/qrtplib/rtprawpacket.h
diff options
context:
space:
mode:
authorf4exb <f4exb06@gmail.com>2018-02-27 23:26:03 +0100
committerf4exb <f4exb06@gmail.com>2018-02-27 23:26:03 +0100
commitb8c50eb79838e98b81db354c70d3864c2d7f0cb0 (patch)
treed9ed2bf76153ccd7f7d447d77924b4c433ede5ad /qrtplib/rtprawpacket.h
parentfb4d07c275362d4f7b6eda5a3700c7fe4d49b567 (diff)
qrtplib: removed JRTPLIB_IMPORTEXPORT
Diffstat (limited to 'qrtplib/rtprawpacket.h')
-rw-r--r--qrtplib/rtprawpacket.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qrtplib/rtprawpacket.h b/qrtplib/rtprawpacket.h
index a8de7ccc8..c70835c57 100644
--- a/qrtplib/rtprawpacket.h
+++ b/qrtplib/rtprawpacket.h
@@ -47,7 +47,7 @@ namespace qrtplib
{
/** This class is used by the transmission component to store the incoming RTP and RTCP data in. */
-class JRTPLIB_IMPORTEXPORT RTPRawPacket
+class RTPRawPacket
{
public:
/** Creates an instance which stores data from \c data with length \c datalen.