aboutsummaryrefslogtreecommitdiff
path: root/butl/string-table
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2016-07-26 22:36:33 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2016-07-28 19:44:42 +0300
commit6597c9b777b608a96974b4a7a8c15234b05ffdd8 (patch)
tree59f588c71ffdf7069e5c765a8ddf5f93610e7e4f /butl/string-table
parent2ddc00326a9d6b647e7213212d0241a60be68256 (diff)
Cleanup DLL export/import
Diffstat (limited to 'butl/string-table')
-rw-r--r--butl/string-table2
1 files changed, 1 insertions, 1 deletions
diff --git a/butl/string-table b/butl/string-table
index cf2a20b..ae34419 100644
--- a/butl/string-table
+++ b/butl/string-table
@@ -38,7 +38,7 @@ namespace butl
struct string_table_traits;
template <>
- struct LIBBUTL_EXPORT string_table_traits<std::string>
+ struct string_table_traits<std::string>
{
static const std::string&
key (const std::string& d) {return d;}