diff options
Diffstat (limited to 'src/engine/PostProcessor.hpp')
-rw-r--r-- | src/engine/PostProcessor.hpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/engine/PostProcessor.hpp b/src/engine/PostProcessor.hpp index 6d20ee24..6450d10a 100644 --- a/src/engine/PostProcessor.hpp +++ b/src/engine/PostProcessor.hpp @@ -15,8 +15,8 @@ * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef POSTPROCESSOR_H -#define POSTPROCESSOR_H +#ifndef INGEN_ENGINE_POSTPROCESSOR_HPP +#define INGEN_ENGINE_POSTPROCESSOR_HPP #include <pthread.h> #include "raul/SRSWQueue.hpp" @@ -64,4 +64,4 @@ private: } // namespace Ingen -#endif // POSTPROCESSOR_H +#endif // INGEN_ENGINE_POSTPROCESSOR_HPP |