summaryrefslogtreecommitdiff
path: root/vcl/inc/cvtsvm.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/cvtsvm.hxx')
-rw-r--r--vcl/inc/cvtsvm.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/inc/cvtsvm.hxx b/vcl/inc/cvtsvm.hxx
index c6597df53708..dd92f8edd699 100644
--- a/vcl/inc/cvtsvm.hxx
+++ b/vcl/inc/cvtsvm.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_VCL_CVTSVM_HXX
-#define INCLUDED_VCL_CVTSVM_HXX
+#ifndef INCLUDED_VCL_INC_CVTSVM_HXX
+#define INCLUDED_VCL_INC_CVTSVM_HXX
#include <stack>
#include <vcl/dllapi.h>
@@ -97,6 +97,6 @@ private:
SVMConverter& operator=( const SVMConverter& );
};
-#endif // INCLUDED_VCL_CVTSVM_HXX
+#endif // INCLUDED_VCL_INC_CVTSVM_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */