diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2015-09-20 20:49:26 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2015-09-20 20:49:26 +0100 |
commit | cd98c0595e2b5813bc7f9c80d15cca4af07f20d4 (patch) | |
tree | 50981070c7f53cdde55061a1c2bbb00a04072f49 /libdbpp/selectcommand.h | |
parent | Add a code coverage profile (diff) | |
download | libdbpp-cd98c0595e2b5813bc7f9c80d15cca4af07f20d4.tar.bz2 libdbpp-cd98c0595e2b5813bc7f9c80d15cca4af07f20d4.tar.xz libdbpp-cd98c0595e2b5813bc7f9c80d15cca4af07f20d4.zip |
Set visibility
Diffstat (limited to 'libdbpp/selectcommand.h')
-rw-r--r-- | libdbpp/selectcommand.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libdbpp/selectcommand.h b/libdbpp/selectcommand.h index c23ad81..a5788ea 100644 --- a/libdbpp/selectcommand.h +++ b/libdbpp/selectcommand.h @@ -7,10 +7,11 @@ #include <boost/multi_index/indexed_by.hpp> #include <boost/multi_index/ordered_index.hpp> #include <boost/multi_index/member.hpp> +#include <visibility.h> namespace DB { class Column; - class SelectCommand : public virtual Command { + class DLL_PUBLIC SelectCommand : public virtual Command { public: SelectCommand(const std::string & sql); ~SelectCommand(); |