1
0
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:
Einar Jón
2016-02-17 19:16:15 +01:00
parent 6403d1908d
commit f88d94cbaa

View File

@@ -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.