summaryrefslogtreecommitdiff
path: root/shared/com_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'shared/com_util.h')
-rw-r--r--shared/com_util.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/shared/com_util.h b/shared/com_util.h
index bda3c732..22e2075f 100644
--- a/shared/com_util.h
+++ b/shared/com_util.h
@@ -4,8 +4,8 @@
// * Copyright (C) 2008-2010 ZenJu (zhnmju123 AT gmx.de) *
// **************************************************************************
//
-#ifndef COM_UTILÎTY_HEADER
-#define COM_UTILÎTY_HEADER
+#ifndef COM_UTILITY_HEADER
+#define COM_UTILITY_HEADER
#include "com_ptr.h"
#include <string>
@@ -152,4 +152,4 @@ const BSTR Bstring::get() const
}
-#endif //COM_UTILÎTY_HEADER \ No newline at end of file
+#endif //COM_UTILITY_HEADER \ No newline at end of file
bgstack15