diff options
Diffstat (limited to 'src/shared/LV2Features.hpp')
-rw-r--r-- | src/shared/LV2Features.hpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/shared/LV2Features.hpp b/src/shared/LV2Features.hpp index 78d467a5..84b737f6 100644 --- a/src/shared/LV2Features.hpp +++ b/src/shared/LV2Features.hpp @@ -15,8 +15,8 @@ * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef LV2FEATURES_HPP -#define LV2FEATURES_HPP +#ifndef INGEN_SHARED_LV2FEATURES_HPP +#define INGEN_SHARED_LV2FEATURES_HPP #include "ingen-config.h" #ifndef HAVE_SLV2 @@ -84,4 +84,4 @@ private: } // namespace Shared } // namespace Ingen -#endif // LV2FEATURES_HPP +#endif // INGEN_SHARED_LV2FEATURES_HPP |