summaryrefslogtreecommitdiff
path: root/lv2
diff options
context:
space:
mode:
Diffstat (limited to 'lv2')
-rw-r--r--lv2/lv2_gui.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lv2/lv2_gui.cc b/lv2/lv2_gui.cc
index 7df912d..ecdb7d0 100644
--- a/lv2/lv2_gui.cc
+++ b/lv2/lv2_gui.cc
@@ -202,7 +202,7 @@ static void ui_cleanup(LV2UI_Handle ui)
{
struct DG_GUI* pt = (struct DG_GUI*)ui;
delete pt->gui;
- pr->gui = NULL;
+ pt->gui = NULL;
delete pt;
}