summaryrefslogtreecommitdiffstats
path: root/extensions/common/host_id.h
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/common/host_id.h')
-rw-r--r--extensions/common/host_id.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/common/host_id.h b/extensions/common/host_id.h
index d977a44..176ea49 100644
--- a/extensions/common/host_id.h
+++ b/extensions/common/host_id.h
@@ -10,7 +10,7 @@
// IDs of hosts who own user scripts.
// A HostID is immutable after creation.
struct HostID {
- enum HostType { EXTENSIONS, WEBUI };
+ enum HostType { EXTENSIONS, WEBUI, HOST_TYPE_LAST = WEBUI };
HostID();
HostID(HostType type, const std::string& id);