Skip to content

Commit f626b7d

Browse files
fix the issue with unique_ptr tripping ~IReferenceCounted asserts
1 parent 9ac426c commit f626b7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/nbl/video/utilities/CSmoothResizeSurface.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class NBL_API2 ISmoothResizeSurface : public ISimpleManagedSurface
3838
};
3939

4040
//
41-
class NBL_API2 ISwapchainResources : public core::IReferenceCounted, public ISimpleManagedSurface::ISwapchainResources
41+
class NBL_API2 ISwapchainResources : public ISimpleManagedSurface::ISwapchainResources
4242
{
4343
protected:
4444
friend class ISmoothResizeSurface;

0 commit comments

Comments
 (0)