diff options
Diffstat (limited to 'ingen/Plugin.hpp')
-rw-r--r-- | ingen/Plugin.hpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ingen/Plugin.hpp b/ingen/Plugin.hpp index 34825c0e..faad50ce 100644 --- a/ingen/Plugin.hpp +++ b/ingen/Plugin.hpp @@ -14,8 +14,8 @@ along with Ingen. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef INGEN_INTERFACE_PLUGIN_HPP -#define INGEN_INTERFACE_PLUGIN_HPP +#ifndef INGEN_PLUGIN_HPP +#define INGEN_PLUGIN_HPP #include "raul/URI.hpp" @@ -59,4 +59,4 @@ public: } // namespace Ingen -#endif // INGEN_INTERFACE_PLUGIN_HPP +#endif // INGEN_PLUGIN_HPP |