File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ std::function<void(SAssetBundle&)> makeAssetDisposeFunc(const IAssetManager* con
45
45
@see IAsset
46
46
47
47
*/
48
- class NBL_API IAssetManager : public core::IReferenceCounted, public core::QuitSignalling
48
+ class NBL_API2 IAssetManager : public core::IReferenceCounted, public core::QuitSignalling
49
49
{
50
50
// the point of those functions is that lambdas returned by them "inherits" friendship
51
51
friend std::function<void (SAssetBundle&)> makeAssetGreetFunc (const IAssetManager* const _mgr);
Original file line number Diff line number Diff line change @@ -332,7 +332,7 @@ class NBL_API CBasicImageFilterCommon
332
332
}
333
333
334
334
protected:
335
- virtual ~CBasicImageFilterCommon () =0 ;
335
+ virtual NBL_API2 ~CBasicImageFilterCommon () =0 ;
336
336
337
337
static inline bool validateSubresourceAndRange ( const ICPUImage::SSubresourceLayers& subresource,
338
338
const IImageFilter::IState::TexelRange& range,
Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ class NBL_API IAssetLoader : public virtual core::IReferenceCounted
171
171
}
172
172
173
173
// ! Override class to facilitate changing how assets are loaded
174
- class IAssetLoaderOverride
174
+ NBL_API2 class IAssetLoaderOverride
175
175
{
176
176
protected:
177
177
_NBL_STATIC_INLINE_CONSTEXPR IAsset::E_MUTABILITY ASSET_MUTABILITY_ON_CACHE_INSERT = IAsset::EM_MUTABLE;
You can’t perform that action at this time.
0 commit comments