From 662298bc9d526bd27c10ac25b04fc8e7d3e93577 Mon Sep 17 00:00:00 2001 From: John Scipione Date: Tue, 30 Jul 2013 18:36:22 -0400 Subject: [PATCH] BeDecorator: Update header guard definition --- src/add-ons/decorators/BeDecorator/BeDecorator.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/add-ons/decorators/BeDecorator/BeDecorator.h b/src/add-ons/decorators/BeDecorator/BeDecorator.h index 59d4d30c90..98b1531105 100644 --- a/src/add-ons/decorators/BeDecorator/BeDecorator.h +++ b/src/add-ons/decorators/BeDecorator/BeDecorator.h @@ -8,8 +8,8 @@ * John Scipione, jscipione@gmail.com * Clemens Zeidler, haiku@clemens-zeidler.de */ -#ifndef DEFAULT_DECORATOR_H -#define DEFAULT_DECORATOR_H +#ifndef BE_DECORATOR_H +#define BE_DECORATOR_H #include @@ -198,4 +198,4 @@ private: }; -#endif // DEFAULT_DECORATOR_H +#endif // BE_DECORATOR_H