summaryrefslogtreecommitdiff
path: root/include/canvas/base/disambiguationhelper.hxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-10-23 19:17:00 +0200
committerThomas Arnhold <thomas@arnhold.org>2013-10-23 23:22:30 +0200
commit0bd7f12d41567842b1e31514e1d84340d90f5b42 (patch)
treed1140425ddbb62c4cf71634f2813f7e5dd7d88cb /include/canvas/base/disambiguationhelper.hxx
parentf20eef009438883ebc205c9cce3e4bac87256f29 (diff)
fixincludeguards.sh: include/c*
Change-Id: Icba422d99836518a1b662b15144bc9334bed1473
Diffstat (limited to 'include/canvas/base/disambiguationhelper.hxx')
-rw-r--r--include/canvas/base/disambiguationhelper.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/canvas/base/disambiguationhelper.hxx b/include/canvas/base/disambiguationhelper.hxx
index f12a61472cd4..2a19db1a9053 100644
--- a/include/canvas/base/disambiguationhelper.hxx
+++ b/include/canvas/base/disambiguationhelper.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_CANVAS_DISAMBIGUATIONHELPER_HXX
-#define INCLUDED_CANVAS_DISAMBIGUATIONHELPER_HXX
+#ifndef INCLUDED_CANVAS_BASE_DISAMBIGUATIONHELPER_HXX
+#define INCLUDED_CANVAS_BASE_DISAMBIGUATIONHELPER_HXX
#include <osl/mutex.hxx>
@@ -76,6 +76,6 @@ protected:
};
}
-#endif /* INCLUDED_CANVAS_DISAMBIGUATIONHELPER_HXX */
+#endif // INCLUDED_CANVAS_BASE_DISAMBIGUATIONHELPER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */