| Index: sky/engine/platform/graphics/filters/FESpecularLighting.h
|
| diff --git a/sky/engine/platform/graphics/filters/FESpecularLighting.h b/sky/engine/platform/graphics/filters/FESpecularLighting.h
|
| index 38b4e804f43f24e6339840e42372dd854848bedb..0fa5117f4171137f0448d135df1129d8c2914c13 100644
|
| --- a/sky/engine/platform/graphics/filters/FESpecularLighting.h
|
| +++ b/sky/engine/platform/graphics/filters/FESpecularLighting.h
|
| @@ -20,8 +20,8 @@
|
| * Boston, MA 02110-1301, USA.
|
| */
|
|
|
| -#ifndef FESpecularLighting_h
|
| -#define FESpecularLighting_h
|
| +#ifndef SKY_ENGINE_PLATFORM_GRAPHICS_FILTERS_FESPECULARLIGHTING_H_
|
| +#define SKY_ENGINE_PLATFORM_GRAPHICS_FILTERS_FESPECULARLIGHTING_H_
|
|
|
| #include "sky/engine/platform/graphics/filters/FELighting.h"
|
|
|
| @@ -62,4 +62,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // FESpecularLighting_h
|
| +#endif // SKY_ENGINE_PLATFORM_GRAPHICS_FILTERS_FESPECULARLIGHTING_H_
|
|
|