diff options
Diffstat (limited to 'Swiften/Compress/ZLibException.h')
-rw-r--r-- | Swiften/Compress/ZLibException.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Swiften/Compress/ZLibException.h b/Swiften/Compress/ZLibException.h new file mode 100644 index 0000000..f16b4ed --- /dev/null +++ b/Swiften/Compress/ZLibException.h @@ -0,0 +1,11 @@ +#ifndef SWIFTEN_ZLIBEXCEPTION_H +#define SWIFTEN_ZLIBEXCEPTION_H + +namespace Swift { + class ZLibException { + public: + ZLibException() {} + }; +} + +#endif |