mirror of
https://github.com/mfontanini/libtins
synced 2026-01-23 02:35:57 +01:00
Remove TINS_API from template PDU class
This commit is contained in:
@@ -53,7 +53,7 @@ namespace Tins {
|
||||
* etc.
|
||||
*/
|
||||
template <typename T>
|
||||
class TINS_API PDUCacher : public PDU {
|
||||
class PDUCacher : public PDU {
|
||||
public:
|
||||
/**
|
||||
* The cached PDU type.
|
||||
|
||||
Reference in New Issue
Block a user