We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2a3d57 commit fa81598Copy full SHA for fa81598
src/common/command_buffers/gpu/gpu_instance.hpp
@@ -42,7 +42,7 @@ namespace commandbuffers
42
bool hasFeature(GPUFeatureName feature) const;
43
44
// Allow AcquireRef to access the private constructor.
45
- friend Ref<GPUInstance> (::AcquireRef)(GPUInstance *ptr);
+ friend Ref<GPUInstance>(::AcquireRef)(GPUInstance *ptr);
46
47
private:
48
explicit GPUInstance();
0 commit comments