summaryrefslogtreecommitdiffstats
path: root/vcl/inc/quartz/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/quartz/utils.h')
-rw-r--r--vcl/inc/quartz/utils.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/inc/quartz/utils.h b/vcl/inc/quartz/utils.h
index 28cc508573e2..fe81c1d49fdf 100644
--- a/vcl/inc/quartz/utils.h
+++ b/vcl/inc/quartz/utils.h
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_QUARTZ_UTILS_HXX
-#define INCLUDED_QUARTZ_UTILS_HXX
+#ifndef INCLUDED_VCL_INC_QUARTZ_UTILS_H
+#define INCLUDED_VCL_INC_QUARTZ_UTILS_H
#include <iostream>
@@ -44,6 +44,6 @@ std::ostream &operator <<(std::ostream& s, CGPoint &rPoint);
std::ostream &operator <<(std::ostream& s, CGSize &rSize);
std::ostream &operator <<(std::ostream& s, CGColorRef pSize);
-#endif // INCLUDED_QUARTZ_UTILS_HXX
+#endif // INCLUDED_VCL_INC_QUARTZ_UTILS_H
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */