Kaydet (Commit) 536051f8 authored tarafından Noel Grandin's avatar Noel Grandin

fix Windows build

after commit 22b094f5
"loplugin:unusedmethods basic"

Change-Id: I7586d2487e47731db93335c3d9969626bf2eb6ab
üst dffb5813
...@@ -311,7 +311,7 @@ SbError marshal( ...@@ -311,7 +311,7 @@ SbError marshal(
case SbxDOUBLE: case SbxDOUBLE:
case SbxBOOL: case SbxBOOL:
case SbxBYTE: case SbxBYTE:
add(blob, variable->data(), 8, offset); add(blob, variable->GetValues_Impl(), 8, offset);
break; break;
case SbxSTRING: case SbxSTRING:
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment