| commit | 536051f8862203e0e115a5394a6379acd83cc8fe | [log] |
|---|---|---|
| author | Noel Grandin <noel@peralex.com> | Wed Jul 15 14:04:01 2015 +0200 |
| committer | Noel Grandin <noel@peralex.com> | Wed Jul 15 14:04:59 2015 +0200 |
| tree | 50a85df09c44289355f5f89dc4f0ed8ba663cdec | |
| parent | dffb58131f06fbe1aaeaa7b0d3ebe049d8384593 [diff] |
fix Windows build after commit 22b094f5d8e1e82375b135abd3a6f99a9a555244 "loplugin:unusedmethods basic" Change-Id: I7586d2487e47731db93335c3d9969626bf2eb6ab
diff --git a/basic/source/runtime/dllmgr-x64.cxx b/basic/source/runtime/dllmgr-x64.cxx index 90b2094..d71d9d8 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: {