Skip to content

Commit 00a7336

Browse files
committed
ipfixprobe - mark OptionsParser class as visible
1 parent 3f25a95 commit 00a7336

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

include/ipfixprobe/options.hpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@
2929
#ifndef IPXP_OPTIONS_HPP
3030
#define IPXP_OPTIONS_HPP
3131

32+
#include "api.hpp"
33+
3234
#include <cstdint>
3335
#include <functional>
3436
#include <iostream>
@@ -39,7 +41,7 @@
3941

4042
namespace ipxp {
4143

42-
class OptionsParser {
44+
class IPXP_API OptionsParser {
4345
public:
4446
static const char DELIM = ';';
4547
typedef std::function<bool(const char* opt)> OptionParserFunc;

0 commit comments

Comments
 (0)