summaryrefslogtreecommitdiff
path: root/include/tools/helpers.hxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-10-23 19:15:52 +0200
committerThomas Arnhold <thomas@arnhold.org>2013-10-23 23:22:29 +0200
commit4e0670b763c19bf369db56d03dc5add669c21ac5 (patch)
treef139219773b6e29d7dccb7df5b21d761d72b9a72 /include/tools/helpers.hxx
parentdbddac3261b42e8593aa7fae21d1645e57a61cb7 (diff)
fixincludeguards.sh: include/{toolkit,tools}
Change-Id: I5572c320431222be2405f8c2dc8adeafe4f3828b
Diffstat (limited to 'include/tools/helpers.hxx')
-rw-r--r--include/tools/helpers.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/tools/helpers.hxx b/include/tools/helpers.hxx
index 5a525872ae50..c3cb88f3e348 100644
--- a/include/tools/helpers.hxx
+++ b/include/tools/helpers.hxx
@@ -6,8 +6,8 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#ifndef _TOOLS_HELPERS_HXX
-#define _TOOLS_HELPERS_HXX
+#ifndef INCLUDED_TOOLS_HELPERS_HXX
+#define INCLUDED_TOOLS_HELPERS_HXX
inline long MinMax( long nVal, long nMin, long nMax )
{