mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
clang-tidy: google-explicit-constructor
This commit is contained in:
@@ -296,7 +296,7 @@ class Texture {
|
||||
/**
|
||||
* Implicit conversion to ImTextureID.
|
||||
*/
|
||||
operator ImTextureID() const { return m_texture; }
|
||||
operator ImTextureID() const { return m_texture; } // NOLINT
|
||||
|
||||
/**
|
||||
* Gets the texture pixel format.
|
||||
|
||||
Reference in New Issue
Block a user