diff options
Diffstat (limited to 'common/rdr/TLSInStream.h')
-rw-r--r-- | common/rdr/TLSInStream.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/rdr/TLSInStream.h b/common/rdr/TLSInStream.h index ca69ddde..2269b09d 100644 --- a/common/rdr/TLSInStream.h +++ b/common/rdr/TLSInStream.h @@ -41,7 +41,7 @@ namespace rdr { InStream* in; bool streamEmpty; - Exception* saved_exception; + std::exception* saved_exception; }; }; |