summaryrefslogtreecommitdiff
path: root/project2/cli
diff options
context:
space:
mode:
Diffstat (limited to 'project2/cli')
-rw-r--r--project2/cli/claOptions.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/project2/cli/claOptions.h b/project2/cli/claOptions.h
index 3f13b4b..d178720 100644
--- a/project2/cli/claOptions.h
+++ b/project2/cli/claOptions.h
@@ -2,12 +2,13 @@
#define CLAOPTIONS_H
#include "../common/optionsSource.h"
+#include <visibility.h>
-class CommandLineArguments : public OptionsSource {
+class DLL_PUBLIC CommandLineArguments : public OptionsSource {
public:
typedef boost::function<void(const char * const)> Others;
CommandLineArguments(int c, const char * const * v, const Others &);
- void loadInto(const ConfigConsumer & consume, const Options::CurrentPlatform & platform) const;
+ void loadInto(const ConfigConsumer & consume, const Options::CurrentPlatform & platform) const override;
boost::posix_time::ptime modifiedTime() const override;
private: