From e8a09d9833d67a40c43e4de1d578551cc9020cb7 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 15 Nov 2016 15:00:04 +0200 Subject: Various MSVC and C++11 fixes --- cutl/compiler/cxx-indenter.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cutl/compiler/cxx-indenter.cxx') diff --git a/cutl/compiler/cxx-indenter.cxx b/cutl/compiler/cxx-indenter.cxx index dba9f09..3d5ee71 100644 --- a/cutl/compiler/cxx-indenter.cxx +++ b/cutl/compiler/cxx-indenter.cxx @@ -9,7 +9,7 @@ namespace cutl namespace compiler { template<> - char const* cxx_indenter:: + LIBCUTL_EXPORT char const* cxx_indenter:: keyword (cxx_indenter::keyword_type t) { static char const* keywords[] = @@ -28,7 +28,7 @@ namespace cutl } template<> - wchar_t const* cxx_indenter:: + LIBCUTL_EXPORT wchar_t const* cxx_indenter:: keyword (cxx_indenter::keyword_type t) { static wchar_t const* keywords[] = -- cgit v1.1