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(
case SbxDOUBLE:
case SbxBOOL:
case SbxBYTE:
add(blob, variable->data(), 8, offset);
add(blob, variable->GetValues_Impl(), 8, offset);
break;
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