summaryrefslogtreecommitdiff
path: root/include/vcl/spin.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/spin.hxx')
-rw-r--r--include/vcl/spin.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/vcl/spin.hxx b/include/vcl/spin.hxx
index 429230483057..c7b50b2ae138 100644
--- a/include/vcl/spin.hxx
+++ b/include/vcl/spin.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SV_SPIN_HXX
-#define _SV_SPIN_HXX
+#ifndef INCLUDED_VCL_SPIN_HXX
+#define INCLUDED_VCL_SPIN_HXX
#include <tools/solar.h>
#include <vcl/dllapi.h>
@@ -105,6 +105,6 @@ private:
}
};
-#endif // _SV_SPIN_HXX
+#endif // INCLUDED_VCL_SPIN_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */