diff options
author | David Robillard <d@drobilla.net> | 2020-09-13 11:54:53 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-09-13 11:54:53 +0200 |
commit | 3e19fb1cc4650fb87309a420f12f809708797d19 (patch) | |
tree | 605424dfe8ec854d85a808606f2ab24f7daab74a | |
parent | 16b0529636b07dc0c51fdc89db7b3f21e3688d8f (diff) | |
download | lv2-3e19fb1cc4650fb87309a420f12f809708797d19.tar.xz |
Fix reference to the wrong function in documentation
-rw-r--r-- | lv2/ui/ui.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lv2/ui/ui.h b/lv2/ui/ui.h index ce6aa4f..42e0f51 100644 --- a/lv2/ui/ui.h +++ b/lv2/ui/ui.h @@ -328,7 +328,7 @@ typedef struct { */ typedef struct { /** - Pointer to opaque data which must be passed to ui_resize(). + Pointer to opaque data which must be passed to touch(). */ LV2UI_Feature_Handle handle; |