diff options
author | Roberto Raggi <roberto.raggi@nokia.com> | 2010-12-16 11:25:28 +0100 |
---|---|---|
committer | Roberto Raggi <roberto.raggi@nokia.com> | 2010-12-16 11:29:24 +0100 |
commit | 8df7fbc67a7723eac51cc446224e35f55882c928 (patch) | |
tree | 6ce4cc1f02a157aa8f6084804d73ff05b6338e89 /src/plugins/debugger/tcf/json.h | |
parent | 61493f3e8b585eaa8206d95596386da9682236ca (diff) | |
download | qt-creator-8df7fbc67a7723eac51cc446224e35f55882c928.tar.gz |
Compile fix for pedantic C++ compilers.
Get rid of all those ugly stray semicolons. They are not valid C++.
Diffstat (limited to 'src/plugins/debugger/tcf/json.h')
-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 18c42a57b6..711a087b1b 100644 --- a/src/plugins/debugger/tcf/json.h +++ b/src/plugins/debugger/tcf/json.h @@ -95,6 +95,6 @@ private: } // namespace Internal } // namespace Debugger -//Q_DECLARE_METATYPE(GdbDebugger::Internal::JsonValue); +//Q_DECLARE_METATYPE(GdbDebugger::Internal::JsonValue) #endif // DEBUGGER_JSON_H |