summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2016-12-04 00:05:29 +0100
committerHenning Baldersheim <balder@yahoo-inc.com>2016-12-12 02:55:45 +0100
commit2464562bb2202d6b9e45d08f00c27de961c4e9d3 (patch)
treeecf5f3c2b2ec14b75528fc18a343bd7a796ccbbd /config
parent925ec7eb8ee709c0d6722227104df6dc89f307f0 (diff)
Avoid pulling in the config library all the time.
Diffstat (limited to 'config')
-rw-r--r--config/src/vespa/config/subscription/configuri.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/src/vespa/config/subscription/configuri.h b/config/src/vespa/config/subscription/configuri.h
index c4d4d0b3aad..4e327a7db94 100644
--- a/config/src/vespa/config/subscription/configuri.h
+++ b/config/src/vespa/config/subscription/configuri.h
@@ -31,7 +31,7 @@ public:
* Construct a config URI from a given config id.
* @param configId The config id.
*/
- ConfigUri(const vespalib::stringref &configId) : ConfigUri(vespalib::string(configId)) {}
+ ConfigUri(vespalib::stringref configId) : ConfigUri(vespalib::string(configId)) {}
/**
* Construct a config URI from a given config id.