diff options
author | David Robillard <d@drobilla.net> | 2011-03-11 07:07:08 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-03-11 07:07:08 +0000 |
commit | adc47674662935851f3821ae175c1fe742f4107c (patch) | |
tree | e94ccb242399c41b1549c6a93372a9e04fdb9a38 /lvz/audioeffectx.h | |
parent | d810e069029ea3aa52c5d3fed02dc607f4e6b743 (diff) | |
download | mda.lv2-adc47674662935851f3821ae175c1fe742f4107c.tar.gz mda.lv2-adc47674662935851f3821ae175c1fe742f4107c.tar.bz2 mda.lv2-adc47674662935851f3821ae175c1fe742f4107c.zip |
Remove GUI stuff.
git-svn-id: http://svn.drobilla.net/lad/trunk/plugins/mdala.lv2@3074 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'lvz/audioeffectx.h')
-rw-r--r-- | lvz/audioeffectx.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lvz/audioeffectx.h b/lvz/audioeffectx.h index 28058bf..607bd33 100644 --- a/lvz/audioeffectx.h +++ b/lvz/audioeffectx.h @@ -1,5 +1,5 @@ /* LVZ - A C++ interface for writing LV2 plugins. - * Copyright (C) 2008-2009 David Robillard <http://drobilla.net> + * Copyright 2008-2011 David Robillard <http://drobilla.net> * * This library is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free @@ -16,8 +16,8 @@ * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. */ -#ifndef __LVZ_AUDIOEFFECTX_H -#define __LVZ_AUDIOEFFECTX_H +#ifndef LVZ_AUDIOEFFECTX_H +#define LVZ_AUDIOEFFECTX_H #include <stdint.h> #include <string.h> @@ -163,5 +163,5 @@ protected: AEffect cEffect; }; -#endif // __LVZ_AUDIOEFFECTX_H +#endif // LVZ_AUDIOEFFECTX_H |