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-07 15:56:48 +0000
committerTravis CI <zmoelnig@travis-ci.umlaeute.mur.at>2017-12-07 15:56:48 +0000
commit68b63086314bfbe5c8ff03dce43f9c507f21f995 (patch)
treed48e5b49a2f96032735457f9d8472010c02a04d6 /Gem/develop/include/Gem/Base/CPPExtern.h
parentf339cad3e13d73063f5d04ffbfe3e92b63c9d50f (diff)
Gem 693ed8675e2b4e8f2e17837950166d2c11d99470 linux/amd64
built 'master:693ed8675e2b4e8f2e17837950166d2c11d99470' for linux/amd64
Diffstat (limited to 'Gem/develop/include/Gem/Base/CPPExtern.h')
-rw-r--r--Gem/develop/include/Gem/Base/CPPExtern.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/Gem/develop/include/Gem/Base/CPPExtern.h b/Gem/develop/include/Gem/Base/CPPExtern.h
index 9b1d25c..4523eef 100644
--- a/Gem/develop/include/Gem/Base/CPPExtern.h
+++ b/Gem/develop/include/Gem/Base/CPPExtern.h
@@ -143,13 +143,15 @@ public:
void post(const char*format, ...) const;
void endpost(void) const;
void verbose(const int level, const char*format, ...) const;
- void error(const char*format, ...) const; /* internally uses pd_error() */
+ void error(const char*format,
+ ...) const; /* internally uses pd_error() */
// searches for a file based on the parent abstraction's path
// 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&ext) const;
std::string findFile(const std::string&filename) const;
private: