Compilation fixes

This commit is contained in:
Lynix
2023-11-21 07:44:44 +01:00
parent eddd4e992b
commit c352e78e11
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ namespace Nz
class NAZARA_GRAPHICS_API RenderTexture : public RenderTarget
{
public:
inline RenderTexture(std::shared_ptr<Texture> targetTexture);
RenderTexture(std::shared_ptr<Texture> targetTexture);
RenderTexture(const RenderTexture&) = delete;
RenderTexture(RenderTexture&&) = delete;
~RenderTexture() = default;