summaryrefslogtreecommitdiff
path: root/tagstats/string_store.hpp
diff options
context:
space:
mode:
authorJochen Topf <jochen@topf.org>2012-08-20 19:34:41 +0200
committerJochen Topf <jochen@topf.org>2012-08-20 19:34:41 +0200
commit4a43e28b2e9c3aae840a2da21043197f760d077c (patch)
tree30aed34db788fecb010a9f615cd7a74ffe4b78a2 /tagstats/string_store.hpp
parente9a029d76ae05981913f33e6b66ad7733d449a40 (diff)
downloadtaginfo-4a43e28b2e9c3aae840a2da21043197f760d077c.tar
taginfo-4a43e28b2e9c3aae840a2da21043197f760d077c.tar.gz
Unify names of include guard macros
Diffstat (limited to 'tagstats/string_store.hpp')
-rw-r--r--tagstats/string_store.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/tagstats/string_store.hpp b/tagstats/string_store.hpp
index fad9085..5fff5cb 100644
--- a/tagstats/string_store.hpp
+++ b/tagstats/string_store.hpp
@@ -1,5 +1,5 @@
-#ifndef STRING_STORE_HPP
-#define STRING_STORE_HPP
+#ifndef TAGSTATS_STRING_STORE_HPP
+#define TAGSTATS_STRING_STORE_HPP
/*
@@ -125,4 +125,4 @@ public:
};
-#endif // STRING_STORE_HPP
+#endif // TAGSTATS_STRING_STORE_HPP