BeDecorator: Update header guard definition
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user