Skip to content

Commit fa81598

Browse files
committed
fix
1 parent e2a3d57 commit fa81598

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/command_buffers/gpu/gpu_instance.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ namespace commandbuffers
4242
bool hasFeature(GPUFeatureName feature) const;
4343

4444
// Allow AcquireRef to access the private constructor.
45-
friend Ref<GPUInstance> (::AcquireRef)(GPUInstance *ptr);
45+
friend Ref<GPUInstance>(::AcquireRef)(GPUInstance *ptr);
4646

4747
private:
4848
explicit GPUInstance();

0 commit comments

Comments
 (0)