From a421a44310ee472fbee15f150d32b826a8371dbf Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 8 Oct 2007 00:50:13 +0000 Subject: Fix serialization/connection bugs resulting from refactoring. git-svn-id: http://svn.drobilla.net/lad/ingen@842 a436a847-0d15-0410-975c-d299462d15a1 --- src/libs/gui/Port.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/libs/gui/Port.hpp') diff --git a/src/libs/gui/Port.hpp b/src/libs/gui/Port.hpp index e381c59b..dbbf64d3 100644 --- a/src/libs/gui/Port.hpp +++ b/src/libs/gui/Port.hpp @@ -15,8 +15,8 @@ * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef PORT_H -#define PORT_H +#ifndef GUI_PORT_H +#define GUI_PORT_H #include #include @@ -63,4 +63,4 @@ private: } // namespace GUI } // namespace Ingen -#endif // PORT_H +#endif // GUI_PORT_H -- cgit v1.2.1