diff options
Diffstat (limited to 'emulator/opengl/shared/emugl/common/smart_ptr.h')
-rw-r--r-- | emulator/opengl/shared/emugl/common/smart_ptr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulator/opengl/shared/emugl/common/smart_ptr.h b/emulator/opengl/shared/emugl/common/smart_ptr.h index 2d7db5b..73efdd6 100644 --- a/emulator/opengl/shared/emugl/common/smart_ptr.h +++ b/emulator/opengl/shared/emugl/common/smart_ptr.h @@ -39,7 +39,7 @@ public: // Assignment operator, also increments the reference count. SmartPtrBase& operator=(const SmartPtrBase& other); - // Nothing happens in this constructor, the real work must be performed + // Nothing happens in this destructor, the real work must be performed // in subclasses. ~SmartPtrBase() {} |