Skip to content

Commit ede5bcc

Browse files
committed
added back inline
Signed-off-by: Michael Pollind <mpollind@gmail.com>
1 parent c4b52e3 commit ede5bcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/nbl/system/ISystemPOSIX.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class ISystemPOSIX : public ISystem
1313
class CCaller final : public ISystem::ICaller
1414
{
1515
public:
16-
CCaller(ISystemPOSIX* _system) : ICaller(_system) {}
16+
inline CCaller(ISystemPOSIX* _system) : ICaller(_system) {}
1717

1818
NBL_API2 core::smart_refctd_ptr<ISystemFile> createFile(const std::filesystem::path& filename, const core::bitflag<IFile::E_CREATE_FLAGS> flags) override;
1919
};

0 commit comments

Comments
 (0)