summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2016-01-27 22:06:16 +1100
committerChris Sherlock <chris.sherlock79@gmail.com>2016-01-27 22:06:16 +1100
commitb882cc1ba4bf5ffd41c7763004091e5e4f07ee8b (patch)
tree32ba2cb4eda7cf49522fb685cd1e1d667e5db17e /vcl
parent4c0f3c2b7ad62f7085ec889d22bc0b265941ea23 (diff)
vcl: fix header guards in impoctree.hxx
Change-Id: Id1e9a78012ec00fe0a742ff33894a0a3c9592608
Diffstat (limited to 'vcl')
-rw-r--r--vcl/inc/impoctree.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/inc/impoctree.hxx b/vcl/inc/impoctree.hxx
index fcca4838e674..0038ea6b6e31 100644
--- a/vcl/inc/impoctree.hxx
+++ b/vcl/inc/impoctree.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_VCL_INC_IMPOCT_HXX
-#define INCLUDED_VCL_INC_IMPOCT_HXX
+#ifndef INCLUDED_VCL_INC_IMPOCTREE_HXX
+#define INCLUDED_VCL_INC_IMPOCTREE_HXX
#include "octree.hxx"
@@ -142,6 +142,6 @@ inline void ImpNodeCache::ImplReleaseNode( OctreeNode* pNode )
pActNode = pNode;
}
-#endif // INCLUDED_VCL_INC_IMPOCT_HXX
+#endif // INCLUDED_VCL_INC_IMPOCTREE_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */