aboutsummaryrefslogtreecommitdiff
path: root/Gem/develop/include/Gem/Gem/Properties.h
diff options
context:
space:
mode:
authorTravis CI <zmoelnig@travis-ci.umlaeute.mur.at>2017-12-05 12:24:43 +0000
committerTravis CI <zmoelnig@travis-ci.umlaeute.mur.at>2017-12-05 12:24:43 +0000
commit6a7d8b8011e68696689bfb40a800c97c7c0d5dab (patch)
treefa3d8a4454ad13e9405bab756dcf5ef3cfc11d0b /Gem/develop/include/Gem/Gem/Properties.h
parentb24636bdefe23c26864e2efaaf05e016208af084 (diff)
Gem 2559f5bc4957496544a34f6b0be97e79c23f7d2b linux/amd64
built 'noexcept:2559f5bc4957496544a34f6b0be97e79c23f7d2b' for linux/amd64
Diffstat (limited to 'Gem/develop/include/Gem/Gem/Properties.h')
-rw-r--r--Gem/develop/include/Gem/Gem/Properties.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Gem/develop/include/Gem/Gem/Properties.h b/Gem/develop/include/Gem/Gem/Properties.h
index 7ce011d..588fbf3 100644
--- a/Gem/develop/include/Gem/Gem/Properties.h
+++ b/Gem/develop/include/Gem/Gem/Properties.h
@@ -63,7 +63,7 @@ namespace gem
* if the key was in the property-map, return the type of the property
* if no key of the given value exists, return <code>PropertyType::UNSET</code>
*/
- virtual enum PropertyType type(const std::string) const;
+ virtual enum PropertyType type(const std::string&) const;
/* set a property
* e.g.: double w=640; prop.set("width", w);
@@ -92,7 +92,7 @@ namespace gem
/*
* delete a given key from the Properties
*/
- virtual void erase(const std::string);
+ virtual void erase(const std::string&);
/*
* delete all keys from the Properties
*/