From b2a9bdc7a72253ecba77b1a53c9a2497cfd21b7e Mon Sep 17 00:00:00 2001 From: hjk Date: Mon, 20 Jul 2009 11:34:52 +0200 Subject: Compile fix with namespaces after 8ab072aff0 broke it. --- src/corelib/tools/qbytedata_p.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/corelib/tools/qbytedata_p.h b/src/corelib/tools/qbytedata_p.h index e8a4ddd..cc10ea2 100644 --- a/src/corelib/tools/qbytedata_p.h +++ b/src/corelib/tools/qbytedata_p.h @@ -45,6 +45,8 @@ #include +QT_BEGIN_NAMESPACE + // this class handles a list of QByteArrays. It is a variant of QRingBuffer // that avoid malloc/realloc/memcpy. class QByteDataBuffer @@ -196,5 +198,6 @@ public: } }; +QT_END_NAMESPACE #endif // QBYTEDATA_H -- cgit v0.12