Index: xfa/fwl/core/ifwl_listbox.cpp |
diff --git a/xfa/fwl/core/ifwl_listbox.cpp b/xfa/fwl/core/ifwl_listbox.cpp |
index aef74ae746f94d3ffc912bb02d7241d1364645ca..d52e8b1c8cf5e0f15d806bf00d5b601756e006f2 100644 |
--- a/xfa/fwl/core/ifwl_listbox.cpp |
+++ b/xfa/fwl/core/ifwl_listbox.cpp |
@@ -1092,7 +1092,7 @@ bool IFWL_ListBox::OnScroll(IFWL_ScrollBar* pScrollBar, |
uint32_t dwCode, |
FX_FLOAT fPos) { |
CFX_SizeF fs; |
- pScrollBar->GetRange(fs.x, fs.y); |
+ pScrollBar->GetRange(&fs.x, &fs.y); |
FX_FLOAT iCurPos = pScrollBar->GetPos(); |
FX_FLOAT fStep = pScrollBar->GetStepSize(); |
switch (dwCode) { |