diff options
Diffstat (limited to 'options/value.cpp')
-rw-r--r-- | options/value.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/options/value.cpp b/options/value.cpp index 39bf0506..5796dcd6 100644 --- a/options/value.cpp +++ b/options/value.cpp @@ -1,3 +1,5 @@ // instantiate the "template class" value<t> symbols -#define OTR_OPT_VALUE_TMPL_EXPORT + +#define OTR_OPT_VALUE OTR_TEMPLATE_EXPORT #include "value.hpp" + |