diff options
Diffstat (limited to 'src/engine/BufferFactory.hpp')
-rw-r--r-- | src/engine/BufferFactory.hpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/engine/BufferFactory.hpp b/src/engine/BufferFactory.hpp index 8fddb70f..1978e895 100644 --- a/src/engine/BufferFactory.hpp +++ b/src/engine/BufferFactory.hpp @@ -15,8 +15,8 @@ * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef BUFFER_FACTORY_H -#define BUFFER_FACTORY_H +#ifndef INGEN_ENGINE_BUFFERFACTORY_HPP +#define INGEN_ENGINE_BUFFERFACTORY_HPP #include <map> #include <boost/intrusive_ptr.hpp> @@ -72,4 +72,4 @@ private: } // namespace Ingen -#endif // BUFFER_FACTORY_H +#endif // INGEN_ENGINE_BUFFERFACTORY_HPP |