summaryrefslogtreecommitdiff
path: root/xmlhelp/source/cxxhelp/inc/tvread.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmlhelp/source/cxxhelp/inc/tvread.hxx')
-rw-r--r--xmlhelp/source/cxxhelp/inc/tvread.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/xmlhelp/source/cxxhelp/inc/tvread.hxx b/xmlhelp/source/cxxhelp/inc/tvread.hxx
index bb5868ed19a2..2a1b646fef94 100644
--- a/xmlhelp/source/cxxhelp/inc/tvread.hxx
+++ b/xmlhelp/source/cxxhelp/inc/tvread.hxx
@@ -272,12 +272,12 @@ namespace treeview {
}; // end class TVChildTarget
- enum IteratorState
+ enum class IteratorState
{
- USER_EXTENSIONS,
- SHARED_EXTENSIONS,
- BUNDLED_EXTENSIONS,
- END_REACHED
+ UserExtensions,
+ SharedExtensions,
+ BundledExtensions,
+ EndReached
};
class ExtensionIteratorBase