From a5e35180c7b42d30c82825cd67c8118ce048f65a Mon Sep 17 00:00:00 2001 From: iphydf Date: Wed, 17 Aug 2016 10:52:04 +0100 Subject: Make tox_callback_friend_name stateless. See #27 and #40 for details. --- other/apidsl/tox.in.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'other/apidsl') diff --git a/other/apidsl/tox.in.h b/other/apidsl/tox.in.h index 6e65ed1f..2af19172 100644 --- a/other/apidsl/tox.in.h +++ b/other/apidsl/tox.in.h @@ -1199,7 +1199,7 @@ namespace friend { /** * This event is triggered when a friend changes their name. */ - event name { + event name const { /** * @param friend_number The friend number of the friend whose name changed. * @param name A byte array containing the same data as -- cgit v1.2.3