forked from qt-creator/qt-creator
Compile fix for pedantic C++ compilers.
Get rid of all those ugly stray semicolons. They are not valid C++.
This commit is contained in:
@@ -219,6 +219,6 @@ QPair<quint64, unsigned> parseGdbSetBreakpointRequest(const QByteArray &cmd);
|
||||
} // namespace Internal
|
||||
} // namespace Debugger
|
||||
|
||||
Q_DECLARE_METATYPE(Debugger::Internal::MemoryRange);
|
||||
Q_DECLARE_METATYPE(Debugger::Internal::MemoryRange)
|
||||
|
||||
#endif // SYMBIANUTILS_H
|
||||
|
||||
Reference in New Issue
Block a user