From e573aa23f6cf64c334633fc05918bb6515222497 Mon Sep 17 00:00:00 2001 From: Neil Date: Sun, 9 Feb 2020 14:41:36 +1100 Subject: Standardise header guard names and use. --- cocoa/QuartzTextStyleAttribute.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cocoa/QuartzTextStyleAttribute.h') diff --git a/cocoa/QuartzTextStyleAttribute.h b/cocoa/QuartzTextStyleAttribute.h index b916c7a2f..a71049036 100644 --- a/cocoa/QuartzTextStyleAttribute.h +++ b/cocoa/QuartzTextStyleAttribute.h @@ -9,8 +9,8 @@ */ -#ifndef _QUARTZ_TEXT_STYLE_ATTRIBUTE_H -#define _QUARTZ_TEXT_STYLE_ATTRIBUTE_H +#ifndef QUARTZTEXTSTYLEATTRIBUTE_H +#define QUARTZTEXTSTYLEATTRIBUTE_H class QuartzFont { public: -- cgit v1.2.3