Skip to content

Commit 2eb79ee

Browse files
committed
small change
1 parent de22ae4 commit 2eb79ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/nbl/video/IDeviceMemoryBacked.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
namespace nbl::video
1111
{
1212
//! If you bound an "exotic" memory object to the resource, you might require "special" cleanups in the destructor
13-
struct ICleanup
13+
struct NBL_API2 ICleanup
1414
{
15-
NBL_API2 virtual ~ICleanup() = 0;
15+
virtual ~ICleanup() = 0;
1616
};
1717

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

0 commit comments

Comments
 (0)