diff options
Diffstat (limited to 'include/Buffer.h')
-rw-r--r-- | include/Buffer.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/Buffer.h b/include/Buffer.h index dc4d768..316af13 100644 --- a/include/Buffer.h +++ b/include/Buffer.h @@ -1,6 +1,5 @@ #ifndef __BUFFER_H__ #define __BUFFER_H__ -#ifdef __cplusplus #include <zlib.h> #include <Exceptions.h> @@ -31,7 +30,4 @@ class Buffer : public Handle { size_t realsiz, bufsiz, ptr; }; -#else -#error This only works with a C++ compiler -#endif #endif |