| Index: sky/engine/public/web/WebFont.h
|
| diff --git a/sky/engine/public/web/WebFont.h b/sky/engine/public/web/WebFont.h
|
| index 523cee4aba9f861d8857a8a7bfaa1e554e907569..84bd0a5ae95cb26c1d9fbe82cbf653ba808b9c4c 100644
|
| --- a/sky/engine/public/web/WebFont.h
|
| +++ b/sky/engine/public/web/WebFont.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef WebFont_h
|
| -#define WebFont_h
|
| +#ifndef SKY_ENGINE_PUBLIC_WEB_WEBFONT_H_
|
| +#define SKY_ENGINE_PUBLIC_WEB_WEBFONT_H_
|
|
|
| #include "../platform/WebCanvas.h"
|
| #include "../platform/WebColor.h"
|
| @@ -97,4 +97,4 @@ public:
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_PUBLIC_WEB_WEBFONT_H_
|
|
|