summaryrefslogtreecommitdiffstats
path: root/extensions/common/extension_icon_set.h
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/common/extension_icon_set.h')
-rw-r--r--extensions/common/extension_icon_set.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/extensions/common/extension_icon_set.h b/extensions/common/extension_icon_set.h
index e491b72..91ce0f5 100644
--- a/extensions/common/extension_icon_set.h
+++ b/extensions/common/extension_icon_set.h
@@ -28,6 +28,7 @@ class ExtensionIconSet {
typedef std::map<int, std::string> IconMap;
ExtensionIconSet();
+ ExtensionIconSet(const ExtensionIconSet& other);
~ExtensionIconSet();
const IconMap& map() const { return map_; }