From 47f9a33f3d81ac5080131fcc3f27309bdc84d4e2 Mon Sep 17 00:00:00 2001 From: Daniel Wallin Date: Sat, 7 Nov 2009 04:14:48 +0100 Subject: [PATCH] Add missing LUABIND_API to invoke_context. --- luabind/detail/call.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/luabind/detail/call.hpp b/luabind/detail/call.hpp index 3eb4e06..97e4984 100644 --- a/luabind/detail/call.hpp +++ b/luabind/detail/call.hpp @@ -48,7 +48,7 @@ struct LUABIND_API function_object object keepalive; }; -struct invoke_context +struct LUABIND_API invoke_context { invoke_context() : best_score(std::numeric_limits::max()) -- 2.11.4.GIT