diff options
Diffstat (limited to 'include/vcl/pointr.hxx')
-rw-r--r-- | include/vcl/pointr.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/vcl/pointr.hxx b/include/vcl/pointr.hxx index 9cfdd6000371..2af80e686954 100644 --- a/include/vcl/pointr.hxx +++ b/include/vcl/pointr.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _VCL_POINTR_HXX -#define _VCL_POINTR_HXX +#ifndef INCLUDED_VCL_POINTR_HXX +#define INCLUDED_VCL_POINTR_HXX #include <tools/solar.h> #include <vcl/dllapi.h> @@ -48,6 +48,6 @@ public: { return !(Pointer::operator==( rPointer )); } }; -#endif // _VCL_POINTR_HXX +#endif // INCLUDED_VCL_POINTR_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |