summaryrefslogtreecommitdiff
path: root/hwpfilter/source/htags.h
diff options
context:
space:
mode:
Diffstat (limited to 'hwpfilter/source/htags.h')
-rw-r--r--hwpfilter/source/htags.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/hwpfilter/source/htags.h b/hwpfilter/source/htags.h
index 3b7006bec586..681832643e1e 100644
--- a/hwpfilter/source/htags.h
+++ b/hwpfilter/source/htags.h
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _HTAGS_H_
-#define _HTAGS_H_
+#ifndef INCLUDED_HWPFILTER_SOURCE_HTAGS_H
+#define INCLUDED_HWPFILTER_SOURCE_HTAGS_H
class HWPFile;
/**
@@ -65,6 +65,6 @@ struct OlePicture
bool Read(HWPFile& hwpf);
};
-#endif /* _HTAGS_H_ */
+#endif // INCLUDED_HWPFILTER_SOURCE_HTAGS_H
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */