diff options
Diffstat (limited to 'ingen/Port.hpp')
-rw-r--r-- | ingen/Port.hpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ingen/Port.hpp b/ingen/Port.hpp index 4232c0d7..18c3b432 100644 --- a/ingen/Port.hpp +++ b/ingen/Port.hpp @@ -14,8 +14,8 @@ along with Ingen. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef INGEN_INTERFACE_PORT_HPP -#define INGEN_INTERFACE_PORT_HPP +#ifndef INGEN_PORT_HPP +#define INGEN_PORT_HPP #include <stdint.h> @@ -43,4 +43,4 @@ public: } // namespace Ingen -#endif // INGEN_INTERFACE_PORT_HPP +#endif // INGEN_PORT_HPP |