Skip to content

Commit

Permalink
Maybe fix linker error
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-lidar committed Jul 31, 2024
1 parent b7e99f5 commit 46ada4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ouster_pcap/src/ip_reassembler.h
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class IPv4Fragment2 {
uint16_t offset_;
};

class TINS_API IPv4Stream2 {
class IPv4Stream2 {
public:
IPv4Stream2();

Expand Down Expand Up @@ -119,7 +119,7 @@ class TINS_API IPv4Stream2 {
* });
* \endcode
*/
class TINS_API IPv4Reassembler2 {
class IPv4Reassembler2 {
public:
/**
* The status of each processed packet.
Expand Down

0 comments on commit 46ada4d

Please sign in to comment.