aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/py/source/pyext.h
diff options
context:
space:
mode:
Diffstat (limited to 'externals/grill/py/source/pyext.h')
-rw-r--r--externals/grill/py/source/pyext.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/externals/grill/py/source/pyext.h b/externals/grill/py/source/pyext.h
index 3aaf62bf..4a4e79f1 100644
--- a/externals/grill/py/source/pyext.h
+++ b/externals/grill/py/source/pyext.h
@@ -145,6 +145,8 @@ private:
FLEXT_CALLGET_V(mg_dir)
FLEXT_CALLBACK(m_doc)
+ FLEXT_CALLBACK(CbClick)
+
#ifdef FLEXT_THREADS
FLEXT_CALLBACK_T(tick)
#endif