Skip to content

Commit

Permalink
Merge pull request #50 from shadow88s/patch-1
Browse files Browse the repository at this point in the history
missing EXPORT_MACRO  with PduBank
  • Loading branch information
leif81 committed Mar 13, 2021
2 parents e93c559 + 112b24c commit a9f9f26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/PDUBank.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace DIS
{
/// houses instances for the set of known PDU classes to be returned
/// when provided with the PDU type's identifier value.
class PduBank
class EXPORT_MACRO PduBank
{
public:
/// finds the PDU instance corresponding to the identifier
Expand Down

0 comments on commit a9f9f26

Please sign in to comment.