diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-09-27 01:34:49 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-09-27 01:34:49 +0300 |
commit | 68a7dd225969fcdfb9c07b99db43756a2b1dec7c (patch) | |
tree | 644c14f9b178a968a53e742fb5f37aaf29fc062d /src/gui/windows/chatwindow.h | |
parent | d3f3ec92d583fcaecccb500c8940f33d7228ff89 (diff) | |
download | mv-68a7dd225969fcdfb9c07b99db43756a2b1dec7c.tar.gz mv-68a7dd225969fcdfb9c07b99db43756a2b1dec7c.tar.bz2 mv-68a7dd225969fcdfb9c07b99db43756a2b1dec7c.tar.xz mv-68a7dd225969fcdfb9c07b99db43756a2b1dec7c.zip |
Change attributes value type to int64.
Diffstat (limited to 'src/gui/windows/chatwindow.h')
-rw-r--r-- | src/gui/windows/chatwindow.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/windows/chatwindow.h b/src/gui/windows/chatwindow.h index 080e36738..2328a012f 100644 --- a/src/gui/windows/chatwindow.h +++ b/src/gui/windows/chatwindow.h @@ -295,8 +295,8 @@ class ChatWindow final : public Window, void selectTabByType(const ChatTabTypeT &type); void attributeChanged(const AttributesT id, - const int oldVal, - const int newVal) override final; + const int64_t oldVal, + const int64_t newVal) override final; void statChanged(const AttributesT id, const int oldVal1, |