From 68a7dd225969fcdfb9c07b99db43756a2b1dec7c Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 27 Sep 2017 01:34:49 +0300 Subject: Change attributes value type to int64. --- src/listeners/attributelistener.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/listeners/attributelistener.cpp') diff --git a/src/listeners/attributelistener.cpp b/src/listeners/attributelistener.cpp index 0680a27eb..696f9a120 100644 --- a/src/listeners/attributelistener.cpp +++ b/src/listeners/attributelistener.cpp @@ -27,8 +27,8 @@ defineListener(AttributeListener) void AttributeListener::distributeEvent(const AttributesT id, - const int oldVal, - const int newVal) + const int64_t oldVal, + const int64_t newVal) { FOR_EACH (STD_VECTOR::iterator, it, mListeners) -- cgit v1.2.3-60-g2f50