diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2017-03-24 23:48:20 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-03-24 23:48:20 +0100 |
commit | d903095d973922761071ea675f380f5c4c3cf2ad (patch) | |
tree | c2b8a90cec0bb77dd4d789c96b75ccc694aa79fa /options/value.cpp | |
parent | 007f8c41475ddbad34f29593bf0b744ebbca4a2a (diff) |
options, compat: instantiate common templates in their .dll's
Diffstat (limited to 'options/value.cpp')
-rw-r--r-- | options/value.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/options/value.cpp b/options/value.cpp index 36e05dac..af0da89f 100644 --- a/options/value.cpp +++ b/options/value.cpp @@ -6,6 +6,7 @@ * notice appear in all copies. */ +#define OTR_OPTIONS_VALUE_TEMPLATE_UNIT #include "value.hpp" namespace options { @@ -32,4 +33,4 @@ namespace detail } } -} +} // ns options |