aboutsummaryrefslogtreecommitdiff
path: root/Gem/develop/include/Gem/Base/CPPExtern.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/Base/CPPExtern.h
parentb24636bdefe23c26864e2efaaf05e016208af084 (diff)
Gem 2559f5bc4957496544a34f6b0be97e79c23f7d2b linux/amd64
built 'noexcept:2559f5bc4957496544a34f6b0be97e79c23f7d2b' for linux/amd64
Diffstat (limited to 'Gem/develop/include/Gem/Base/CPPExtern.h')
-rw-r--r--Gem/develop/include/Gem/Base/CPPExtern.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Gem/develop/include/Gem/Base/CPPExtern.h b/Gem/develop/include/Gem/Base/CPPExtern.h
index ddacc54..1f296d9 100644
--- a/Gem/develop/include/Gem/Base/CPPExtern.h
+++ b/Gem/develop/include/Gem/Base/CPPExtern.h
@@ -146,8 +146,8 @@ class GEM_EXTERN CPPExtern
// wraps open_via_path() and canvas_makefilename()
// the full filename is returned
// if the file does not exist, it is constructed
- std::string findFile(const std::string filename, const std::string ext) const;
- std::string findFile(const std::string filename) const;
+ std::string findFile(const std::string&filename, const std::string&ext) const;
+ std::string findFile(const std::string&filename) const;
private:
mutable bool m_endpost; /* internal state for startpost/post/endpost */