Apply suggestions from code review

Co-authored-by: VZ <vz-github@zeitlins.org>
This commit is contained in:
Tobias Taschner
2021-11-05 09:41:39 +01:00
committed by GitHub
parent 0921d0508a
commit 8613f3aa6b
3 changed files with 5 additions and 4 deletions

View File

@@ -24,7 +24,8 @@
class wxJSScriptWrapper
{
public:
enum OutputType {
enum OutputType
{
JS_OUTPUT_STRING, // All return types are converted to a string
JS_OUTPUT_WEBKIT, // Some return types will be processed
JS_OUTPUT_IE, // Most return types will be processed