Skip to content

Commit

Permalink
[core] Fixed wrong type prefix for CUnit announcement (#1860)
Browse files Browse the repository at this point in the history
  • Loading branch information
ethouris authored Mar 12, 2021
1 parent a1bcd4a commit 2ef0c8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion srtcore/packetfilter.h
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@
#include "packetfilter_api.h"

class CUnitQueue;
class CUnit;
struct CUnit;
class CUDT;

class PacketFilter

0 comments on commit 2ef0c8d

Please sign in to comment.