diff options
Diffstat (limited to 'source/core/slang-shared-library.h')
| -rw-r--r-- | source/core/slang-shared-library.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/core/slang-shared-library.h b/source/core/slang-shared-library.h index 675ee5cae..517292908 100644 --- a/source/core/slang-shared-library.h +++ b/source/core/slang-shared-library.h @@ -103,7 +103,7 @@ public: virtual ~TemporarySharedLibrary(); /// Any files specified in this set will be deleted on exit - TemporaryFileSet m_temporaryFileSet; + RefPtr<TemporaryFileSet> m_temporaryFileSet; protected: String m_path; |
