diff options
author | Noel Grandin <noel@peralex.com> | 2015-07-15 14:04:01 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-07-15 14:04:59 +0200 |
commit | 536051f8862203e0e115a5394a6379acd83cc8fe (patch) | |
tree | 50a85df09c44289355f5f89dc4f0ed8ba663cdec /basic/source/runtime | |
parent | dffb58131f06fbe1aaeaa7b0d3ebe049d8384593 (diff) |
fix Windows build
after commit 22b094f5d8e1e82375b135abd3a6f99a9a555244
"loplugin:unusedmethods basic"
Change-Id: I7586d2487e47731db93335c3d9969626bf2eb6ab
Diffstat (limited to 'basic/source/runtime')
-rw-r--r-- | basic/source/runtime/dllmgr-x64.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/source/runtime/dllmgr-x64.cxx b/basic/source/runtime/dllmgr-x64.cxx index 90b20949eb1f..d71d9d8524f2 100644 --- a/basic/source/runtime/dllmgr-x64.cxx +++ b/basic/source/runtime/dllmgr-x64.cxx @@ -311,7 +311,7 @@ SbError marshal( case SbxDOUBLE: case SbxBOOL: case SbxBYTE: - add(blob, variable->data(), 8, offset); + add(blob, variable->GetValues_Impl(), 8, offset); break; case SbxSTRING: { |