BeDecorator: Update header guard definition

This commit is contained in:
John Scipione
2014-02-20 19:31:27 -05:00
parent 87c5118275
commit 662298bc9d
@@ -8,8 +8,8 @@
* John Scipione, [email protected]
* Clemens Zeidler, [email protected]
*/
#ifndef DEFAULT_DECORATOR_H
#define DEFAULT_DECORATOR_H
#ifndef BE_DECORATOR_H
#define BE_DECORATOR_H
#include <Region.h>
@@ -198,4 +198,4 @@ private:
};
#endif // DEFAULT_DECORATOR_H
#endif // BE_DECORATOR_H