debugger: work on optional prebuild dumper library

This commit is contained in:
hjk
2009-03-23 14:34:01 +01:00
parent 1c110388ec
commit 380cb40f27
6 changed files with 50 additions and 30 deletions

View File

@@ -37,7 +37,7 @@
namespace Debugger {
namespace Internal {
QTextStream & operator<<(QTextStream & os, const GdbMi & mi)
QTextStream &operator<<(QTextStream &os, const GdbMi &mi)
{
return os << mi.toString();
}