diff options
author | Roberto Raggi <[email protected]> | 2010-12-16 12:05:48 +0100 |
---|---|---|
committer | Roberto Raggi <[email protected]> | 2010-12-16 12:05:48 +0100 |
commit | b4e421062fc9463cb42c5846dcb84b25f1a5f0ae (patch) | |
tree | e868953fda96eaa047b58156404a4b156c462ba6 /src/plugins/debugger/tcf | |
parent | 63522a04e5291c96ab084e111497e2dacc05257b (diff) |
Removed stray tokens and fixed warnings/errors when compiling with pedantic C++ compilers.
Diffstat (limited to 'src/plugins/debugger/tcf')
-rw-r--r-- | src/plugins/debugger/tcf/json.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/debugger/tcf/json.h b/src/plugins/debugger/tcf/json.h index 711a087b1b8..611e146df3a 100644 --- a/src/plugins/debugger/tcf/json.h +++ b/src/plugins/debugger/tcf/json.h @@ -51,7 +51,7 @@ public: String, Number, Object, - Array, + Array }; Type m_type; |