summaryrefslogtreecommitdiff
path: root/include/tools/urlobj.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/tools/urlobj.hxx')
-rw-r--r--include/tools/urlobj.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/tools/urlobj.hxx b/include/tools/urlobj.hxx
index a477e478ab18..6630e51755a8 100644
--- a/include/tools/urlobj.hxx
+++ b/include/tools/urlobj.hxx
@@ -814,11 +814,11 @@ public:
PART_HTTP_QUERY = 0x20000, //TODO! unused?
};
- enum EscapeType
+ enum class EscapeType
{
- ESCAPE_NO,
- ESCAPE_OCTET,
- ESCAPE_UTF32
+ NONE,
+ Octet,
+ Utf32
};
/** Encode some text as part of a URI.