summaryrefslogtreecommitdiffstats
path: root/searchcommon/src/vespa/searchcommon/common/schema.h
diff options
context:
space:
mode:
Diffstat (limited to 'searchcommon/src/vespa/searchcommon/common/schema.h')
-rw-r--r--searchcommon/src/vespa/searchcommon/common/schema.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/searchcommon/src/vespa/searchcommon/common/schema.h b/searchcommon/src/vespa/searchcommon/common/schema.h
index 374ea840f5c..1c3ab3ccd56 100644
--- a/searchcommon/src/vespa/searchcommon/common/schema.h
+++ b/searchcommon/src/vespa/searchcommon/common/schema.h
@@ -179,7 +179,7 @@ public:
* @return true if the schema could be loaded.
**/
bool
- loadFromFile(const vespalib::stringref & fileName);
+ loadFromFile(const vespalib::string & fileName);
/**
* Save this schema to the file with the given name.
@@ -188,7 +188,7 @@ public:
* @return true if the schema could be saved.
**/
bool
- saveToFile(const vespalib::stringref & fileName) const;
+ saveToFile(const vespalib::string & fileName) const;
vespalib::string toString() const;