We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5545b0 commit 316b454Copy full SHA for 316b454
include/ipfixprobe/options.hpp
@@ -29,6 +29,8 @@
29
#ifndef IPXP_OPTIONS_HPP
30
#define IPXP_OPTIONS_HPP
31
32
+#include "api.hpp"
33
+
34
#include <cstdint>
35
#include <functional>
36
#include <iostream>
@@ -39,7 +41,7 @@
39
41
40
42
namespace ipxp {
43
-class OptionsParser {
44
+class IPXP_API OptionsParser {
45
public:
46
static const char DELIM = ';';
47
typedef std::function<bool(const char* opt)> OptionParserFunc;
0 commit comments