Skip to content
Snippets Groups Projects
Commit d6b870c0 authored by Nat Goodspeed's avatar Nat Goodspeed
Browse files

DRTVWR-418: Add dtor to LLSafeHandle<T>::NullInstanceHolder

to suppress fatal warnings in Visual Studio.
parent 9002e3cb
No related branches found
No related tags found
No related merge requests found
...@@ -181,6 +181,7 @@ class LLSafeHandle ...@@ -181,6 +181,7 @@ class LLSafeHandle
class NullInstanceHolder: public LLSingleton<NullInstanceHolder> class NullInstanceHolder: public LLSingleton<NullInstanceHolder>
{ {
LLSINGLETON_EMPTY_CTOR(NullInstanceHolder); LLSINGLETON_EMPTY_CTOR(NullInstanceHolder);
~NullInstanceHolder() {}
public: public:
Type mNullInstance; Type mNullInstance;
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment