aboutsummaryrefslogtreecommitdiffstats
path: root/LibOVR/Src/Kernel/OVR_Threads.h
diff options
context:
space:
mode:
Diffstat (limited to 'LibOVR/Src/Kernel/OVR_Threads.h')
-rw-r--r--LibOVR/Src/Kernel/OVR_Threads.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/LibOVR/Src/Kernel/OVR_Threads.h b/LibOVR/Src/Kernel/OVR_Threads.h
index e1f5abe..307f107 100644
--- a/LibOVR/Src/Kernel/OVR_Threads.h
+++ b/LibOVR/Src/Kernel/OVR_Threads.h
@@ -392,7 +392,7 @@ protected:
void Init(const CreateParams& params);
// Protected copy constructor
- Thread(const Thread &source) { OVR_UNUSED(source); }
+ Thread(const Thread &source) : RefCountBase<Thread>() { OVR_UNUSED(source); }
};