summaryrefslogtreecommitdiffstats
path: root/source/core/stream.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/core/stream.h')
-rw-r--r--source/core/stream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/core/stream.h b/source/core/stream.h
index 0f5991cb7..9a8ea8366 100644
--- a/source/core/stream.h
+++ b/source/core/stream.h
@@ -32,7 +32,7 @@ namespace Slang
Start, End, Current
};
- class Stream
+ class Stream : public RefObject
{
public:
virtual ~Stream() {}