summaryrefslogtreecommitdiff
path: root/source/LCDriverMethods.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/LCDriverMethods.cpp')
-rw-r--r--source/LCDriverMethods.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/LCDriverMethods.cpp b/source/LCDriverMethods.cpp
index 564390e..d214631 100644
--- a/source/LCDriverMethods.cpp
+++ b/source/LCDriverMethods.cpp
@@ -2591,7 +2591,7 @@ void CLCDriverMethods::Do_BulkDataReqCallback(uint16 Session, uint32 ChunkSize,
void CLCDriverMethods::UpdateBulkProgress()
{
if (NULL != m_ProgressBarUpdate) {
- m_ProgressBarUpdate(m_pLcmInterface->getLCMContext(), m_uiBulkLength, m_uiBulkTransferred);
+ m_ProgressBarUpdate(m_pCommunicationDevice, m_uiBulkLength, m_uiBulkTransferred);
}
}