summaryrefslogtreecommitdiff
path: root/include/drawinglayer
diff options
context:
space:
mode:
Diffstat (limited to 'include/drawinglayer')
-rw-r--r--include/drawinglayer/attribute/fillhatchattribute.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/drawinglayer/attribute/fillhatchattribute.hxx b/include/drawinglayer/attribute/fillhatchattribute.hxx
index 58c643b54283..40e350a003f0 100644
--- a/include/drawinglayer/attribute/fillhatchattribute.hxx
+++ b/include/drawinglayer/attribute/fillhatchattribute.hxx
@@ -39,11 +39,11 @@ namespace drawinglayer
{
namespace attribute
{
- enum HatchStyle
+ enum class HatchStyle
{
- HATCHSTYLE_SINGLE,
- HATCHSTYLE_DOUBLE,
- HATCHSTYLE_TRIPLE
+ Single,
+ Double,
+ Triple
};
} // end of namespace attribute
} // end of namespace drawinglayer