diff options
author | David Tardon <dtardon@redhat.com> | 2012-04-26 12:14:11 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-05-29 07:24:41 +0200 |
commit | f380f7fdf2898f12eca7e6e51f6d5db260c82c18 (patch) | |
tree | 42e230ccbbc4d4c4d1778a803b62c3e732737709 /connectivity | |
parent | 8305c66d5296c404b2d53be33d3481d94370c4c4 (diff) |
component_getFactory must be exported
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/drivers/postgresql/pq_driver.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/postgresql/pq_driver.cxx b/connectivity/source/drivers/postgresql/pq_driver.cxx index 86d37be78a2b..98ee8ea7cd77 100644 --- a/connectivity/source/drivers/postgresql/pq_driver.cxx +++ b/connectivity/source/drivers/postgresql/pq_driver.cxx @@ -344,7 +344,7 @@ static struct cppu::ImplementationEntry g_entries[] = extern "C" { -void * SAL_CALL component_getFactory( +SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory( const sal_Char * pImplName, void * pServiceManager, void * ) { // need to extract the defaultcontext, because the way, sdbc |