summaryrefslogtreecommitdiff
path: root/basctl/inc
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-18 18:32:22 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-19 11:10:07 +0200
commit5973c2d34a10ff5140626c2a2555925f69e7a3b5 (patch)
tree99a8177e6b3a639c048945eb78342a163f84ac25 /basctl/inc
parentc98eef78f66cbcc57b23e10df4334fe4889417fb (diff)
fixincludeguards.sh: basctl
Diffstat (limited to 'basctl/inc')
-rw-r--r--basctl/inc/iderdll.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/basctl/inc/iderdll.hxx b/basctl/inc/iderdll.hxx
index a0e2765a1dde..83f92f839a3a 100644
--- a/basctl/inc/iderdll.hxx
+++ b/basctl/inc/iderdll.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef BASCTL_IDERDLL_HXX
-#define BASCTL_IDERDLL_HXX
+#ifndef INCLUDED_BASCTL_INC_IDERDLL_HXX
+#define INCLUDED_BASCTL_INC_IDERDLL_HXX
namespace basctl
{
@@ -36,6 +36,6 @@ ExtraData* GetExtraData();
} // namespace basctl
-#endif // BASCTL_IDERDLL_HXX
+#endif // INCLUDED_BASCTL_INC_IDERDLL_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */