diff options
author | Michael Meeks <michael.meeks@collabora.com> | 2013-11-15 12:09:10 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@collabora.com> | 2013-11-15 13:45:58 +0000 |
commit | 9013a3a76dd773cf3f292267c9aac8046f19f0aa (patch) | |
tree | 501cc50731df78ddb44353dc466f1af9a8bbd831 /smoketest | |
parent | 96e23cb9305da8b00db2587104932ee9d5d3122c (diff) |
liblibo: expose a C API for ABI reasons, and wrap with C++.
Change-Id: I7b3bcead05788e663d94724522bfa3f227b15499
Diffstat (limited to 'smoketest')
-rw-r--r-- | smoketest/libtest.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/smoketest/libtest.cxx b/smoketest/libtest.cxx index 2ec55cf1713b..e1e7970fe27d 100644 --- a/smoketest/libtest.cxx +++ b/smoketest/libtest.cxx @@ -44,7 +44,7 @@ int main (int argc, char **argv) return 1; } - LibLibreOffice *pOffice = lo_init( argv[1] ); + LibLibreOffice *pOffice = lo_cpp_init( argv[1] ); if( !pOffice ) { fprintf( stderr, "Failed to initialize\n" ); |