summaryrefslogtreecommitdiffstats
path: root/src/progs/ingenuity/PatchPortModule.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2006-12-23 03:40:22 +0000
committerDavid Robillard <d@drobilla.net>2006-12-23 03:40:22 +0000
commitb249234a26f3a424fcf977b1a3b8fed4d5ac7d39 (patch)
tree827633413ccd30466a425d4e7f52973bcd6d8070 /src/progs/ingenuity/PatchPortModule.h
parentbe0dd320e1ba19429b515cb034c9629acc8b31a9 (diff)
downloadingen-b249234a26f3a424fcf977b1a3b8fed4d5ac7d39.tar.gz
ingen-b249234a26f3a424fcf977b1a3b8fed4d5ac7d39.tar.bz2
ingen-b249234a26f3a424fcf977b1a3b8fed4d5ac7d39.zip
Minor GUI touch-ups.
Updated inclusion guards to match filenames. git-svn-id: http://svn.drobilla.net/lad/ingen@225 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/progs/ingenuity/PatchPortModule.h')
-rw-r--r--src/progs/ingenuity/PatchPortModule.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/progs/ingenuity/PatchPortModule.h b/src/progs/ingenuity/PatchPortModule.h
index 516d912d..619b8ecf 100644
--- a/src/progs/ingenuity/PatchPortModule.h
+++ b/src/progs/ingenuity/PatchPortModule.h
@@ -14,8 +14,8 @@
* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#ifndef OMPORTMODULE_H
-#define OMPORTMODULE_H
+#ifndef PATCHPORTMODULE_H
+#define PATCHPORTMODULE_H
#include <string>
#include <boost/enable_shared_from_this.hpp>
@@ -73,4 +73,4 @@ protected:
} // namespace Ingenuity
-#endif // OMPORTMODULE_H
+#endif // PATCHPORTMODULE_H