File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
include/ignition/rendering/base Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -810,7 +810,7 @@ namespace ignition
810
810
811
811
// ////////////////////////////////////////////////
812
812
template <class T >
813
- void BaseCamera<T>::RenderTextureMetalId(void */*_textureIdPtr*/ ) const
813
+ void BaseCamera<T>::RenderTextureMetalId(void *) const
814
814
{
815
815
ignerr << " RenderTextureMetalId is not supported by current render"
816
816
<< " engine" << std::endl;
Original file line number Diff line number Diff line change @@ -296,7 +296,7 @@ namespace ignition
296
296
297
297
// ////////////////////////////////////////////////
298
298
template <class T >
299
- void BaseRenderTexture<T>::MetalId(void */*_textureIdPtr*/ ) const
299
+ void BaseRenderTexture<T>::MetalId(void *) const
300
300
{
301
301
}
302
302
You can’t perform that action at this time.
0 commit comments