summaryrefslogtreecommitdiff
path: root/rsAllocation.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'rsAllocation.cpp')
-rw-r--r--rsAllocation.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/rsAllocation.cpp b/rsAllocation.cpp
index 9b83ebba..821ee683 100644
--- a/rsAllocation.cpp
+++ b/rsAllocation.cpp
@@ -493,7 +493,7 @@ void Allocation::resize2D(Context *rsc, uint32_t dimX, uint32_t dimY) {
}
#ifndef RS_COMPATIBILITY_LIB
-void Allocation::NewBufferListener::onFrameAvailable() {
+void Allocation::NewBufferListener::onFrameAvailable(const BufferItem& /* item */) {
intptr_t ip = (intptr_t)alloc;
rsc->sendMessageToClient(&ip, RS_MESSAGE_TO_CLIENT_NEW_BUFFER, 0, sizeof(ip), true);
}