From 71ebccd629d4470d884c11eada36ac71e3ef1494 Mon Sep 17 00:00:00 2001 From: Jeroen Vermeulen Date: Thu, 12 Oct 2017 23:07:22 +0200 Subject: [PATCH] Export internal::clear_result. May help with #31. --- include/pqxx/result.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/pqxx/result.hxx b/include/pqxx/result.hxx index 003a2995d..b38d11a19 100644 --- a/include/pqxx/result.hxx +++ b/include/pqxx/result.hxx @@ -32,7 +32,7 @@ namespace pqxx { namespace internal { -void clear_result(const pq::PGresult *); +PQXX_LIBEXPORT void clear_result(const pq::PGresult *); namespace gate {