aboutsummaryrefslogtreecommitdiff
path: root/Gem/develop/include/Gem/plugins/record.h
diff options
context:
space:
mode:
Diffstat (limited to 'Gem/develop/include/Gem/plugins/record.h')
-rw-r--r--Gem/develop/include/Gem/plugins/record.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Gem/develop/include/Gem/plugins/record.h b/Gem/develop/include/Gem/plugins/record.h
index 99a1c2c..08e408f 100644
--- a/Gem/develop/include/Gem/plugins/record.h
+++ b/Gem/develop/include/Gem/plugins/record.h
@@ -57,7 +57,8 @@ public:
/**
* get a human readable description of the given codec (e.g. "Motion Jpeg A")
*/
- virtual const std::string getCodecDescription(const std::string&codecname) = 0;
+ virtual const std::string getCodecDescription(const std::string&codecname)
+ = 0;
/**
* set the current codec
*/