From 44fde85b2496750b78939247d1d19a67c5b3dc71 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 14 Nov 2016 15:24:14 +0200 Subject: C++11-compatibility fixes and improvements --- cutl/compiler/type-id.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cutl/compiler/type-id.hxx') diff --git a/cutl/compiler/type-id.hxx b/cutl/compiler/type-id.hxx index f37454e..a23393b 100644 --- a/cutl/compiler/type-id.hxx +++ b/cutl/compiler/type-id.hxx @@ -13,7 +13,7 @@ namespace cutl { namespace compiler { - class LIBCUTL_EXPORT type_id + class type_id { public: template -- cgit v1.1