diff options
author | focus <[email protected]> | 2022-02-10 16:49:45 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:49:45 +0300 |
commit | af42068bf6cd93c976b80dd0388fa48cdf65da11 (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /util | |
parent | 8024488211bb4f770b645483eb26d2c1977ee71e (diff) |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'util')
-rw-r--r-- | util/stream/zlib.h | 4 | ||||
-rw-r--r-- | util/ysaveload.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/util/stream/zlib.h b/util/stream/zlib.h index b613a43356e..e7de7c81b74 100644 --- a/util/stream/zlib.h +++ b/util/stream/zlib.h @@ -15,8 +15,8 @@ */ struct TZLibError: public yexception { -}; - +}; + struct TZLibCompressorError: public TZLibError { }; diff --git a/util/ysaveload.h b/util/ysaveload.h index 4bc3cf3f8f4..02efb4049b6 100644 --- a/util/ysaveload.h +++ b/util/ysaveload.h @@ -26,8 +26,8 @@ public: }; struct TSerializeException: public yexception { -}; - +}; + struct TLoadEOF: public TSerializeException { }; |