From 0e18966a2703d67ac4647832fca595286d8e3568 Mon Sep 17 00:00:00 2001 From: "Gregory Mullen (grayhatter)" Date: Fri, 19 Aug 2016 16:13:23 -0700 Subject: Make Typing change callback stateless Moved a few #defines to the top of the header for better readability --- 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 0aca1716..c0695d54 100644 --- a/other/apidsl/tox.in.h +++ b/other/apidsl/tox.in.h @@ -1333,7 +1333,7 @@ namespace friend { /** * This event is triggered when a friend starts or stops typing. */ - event typing { + event typing const { /** * @param friend_number The friend number of the friend who started or stopped * typing. -- cgit v1.2.3