From 48166a3836ea82ebbab1d622d5ff770eefbd59a1 Mon Sep 17 00:00:00 2001 From: mescalinum Date: Sat, 26 Sep 2009 18:28:46 +0000 Subject: - fix update issues with resize/rename/creation - allow to resize patterns by any dimension - add license docs - makefile fixes svn path=/trunk/externals/ffext/; revision=12466 --- composer/Editor.hpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'composer/Editor.hpp') diff --git a/composer/Editor.hpp b/composer/Editor.hpp index 94c30a9..620aab5 100644 --- a/composer/Editor.hpp +++ b/composer/Editor.hpp @@ -1,3 +1,6 @@ +#ifndef COMPOSER_EDITOR_H_INCLUDED +#define COMPOSER_EDITOR_H_INCLUDED + #include "PdClasses.hpp" #include @@ -10,3 +13,5 @@ public: static void openWindow(t_track_proxy *x); static void closeWindow(t_track_proxy *x); }; + +#endif // COMPOSER_EDITOR_H_INCLUDED -- cgit v1.2.1