aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/qreg.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qreg.h')
-rw-r--r--src/qreg.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qreg.h b/src/qreg.h
index 59cf2cc..e9a9b1b 100644
--- a/src/qreg.h
+++ b/src/qreg.h
@@ -241,6 +241,8 @@ gboolean teco_machine_qregspec_auto_complete(teco_machine_qregspec_t *ctx, teco_
void teco_machine_qregspec_free(teco_machine_qregspec_t *ctx);
+G_DEFINE_AUTOPTR_CLEANUP_FUNC(teco_machine_qregspec_t, teco_machine_qregspec_free);
+
/** @memberof teco_machine_qregspec_t */
void undo__teco_machine_qregspec_free(teco_machine_qregspec_t *);
TECO_DECLARE_UNDO_OBJECT(qregspec, teco_machine_qregspec_t *);