diff options
-rw-r--r-- | src/corelib/io/qdatastream.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/corelib/io/qdatastream.h b/src/corelib/io/qdatastream.h index f2efcd3..bd418b9 100644 --- a/src/corelib/io/qdatastream.h +++ b/src/corelib/io/qdatastream.h @@ -88,6 +88,7 @@ public: #if QT_VERSION >= 0x040800 #error Add the datastream version for this Qt version Qt_4_8 = Qt_4_7 +#endif }; enum ByteOrder { |