Skip to content

Commit be1c138

Browse files
committed
Expose ~ICleanup
1 parent 6ea6853 commit be1c138

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/nbl/video/IDeviceMemoryBacked.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ namespace nbl::video
1212
//! If you bound an "exotic" memory object to the resource, you might require "special" cleanups in the destructor
1313
struct ICleanup
1414
{
15-
virtual ~ICleanup() = 0;
15+
NBL_API2 virtual ~ICleanup() = 0;
1616
};
1717

1818
//! Interface from which resources backed by IDeviceMemoryAllocation inherit from

0 commit comments

Comments
 (0)