Sophie

Sophie

distrib > Mandriva > 2009.0 > x86_64 > by-pkgid > f0f3ab78a71566aff8475a70d9f71761 > files > 2

libpqxx-2.6.9-5mdv2009.0.src.rpm

Index: libpqxx-2.6.9/include/pqxx/result.hxx
===================================================================
--- libpqxx-2.6.9/include/pqxx/result.hxx
+++ libpqxx-2.6.9/include/pqxx/result.hxx	2008-06-12 18:56:35.000000000 +0300
@@ -60,7 +60,7 @@
   ~result_data();
 };
 
-void freemem_result_data(result_data *) throw ();
+void PQXX_LIBEXPORT freemem_result_data(result_data *) throw ();
 template<> inline
 void PQAlloc<result_data>::freemem() throw () { freemem_result_data(m_Obj); }
 } // namespace internal