diff options
author | David Robillard <d@drobilla.net> | 2011-03-26 19:28:19 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-03-26 19:28:19 +0000 |
commit | 7a9a84b4cc5a6f2d7fce104de7ff5994cabb4ccb (patch) | |
tree | 163f96bff0fe35e1ee7bd7747c954a83bf650117 /ext/ui.lv2/ui.h | |
parent | 29648739f8ef40b8cb4808bb63a979480fadddbe (diff) | |
download | lv2-7a9a84b4cc5a6f2d7fce104de7ff5994cabb4ccb.tar.xz |
Tidy.
Fix UI rule about reference events (former would cause memory leaks).
Diffstat (limited to 'ext/ui.lv2/ui.h')
-rw-r--r-- | ext/ui.lv2/ui.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/ui.lv2/ui.h b/ext/ui.lv2/ui.h index ac54256..82c14c0 100644 --- a/ext/ui.lv2/ui.h +++ b/ext/ui.lv2/ui.h @@ -8,7 +8,7 @@ *
* Copyright (C) 2000-2002 Richard W.E. Furse, Paul Barton-Davis,
* Stefan Westerfeld
- * Copyright (C) 2006 Steve Harris, Dave Robillard.
+ * Copyright (C) 2006 Steve Harris, David Robillard.
*
* This header is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published
|