Skip to content

Commit

Permalink
fix symbols visibility
Browse files Browse the repository at this point in the history
Signed-off-by: Viktor Kopp <[email protected]>
  • Loading branch information
vifactor committed Dec 23, 2024
1 parent 8b77473 commit 295c9b5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion qdlt/qdltctrlmsg.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#ifndef QDLTCTRLMSG_H
#define QDLTCTRLMSG_H

#include "export_rules.h"

#include <vector>
#include <variant>

Expand Down Expand Up @@ -57,7 +59,7 @@ struct UnregisterContext {
using Type = std::variant<GetLogInfo, GetSoftwareVersion, GetDefaultLogLevel, SetLogLevel, Timezone,
UnregisterContext>;

Type parse(const QByteArray&, bool isBigEndian);
QDLT_EXPORT Type parse(const QByteArray&, bool isBigEndian);

} // namespace qdlt::msg::payload

Expand Down

0 comments on commit 295c9b5

Please sign in to comment.