NOLINT bugprone-forward-declaration-namespace

This commit is contained in:
def 2020-11-04 19:20:21 +01:00
parent ed27c49eea
commit 809ce102bd

View file

@ -150,7 +150,7 @@ struct GL_SVertexTex3DStream
typedef void (*WINDOW_RESIZE_FUNC)(void *pUser);
namespace client_data7 {
struct CDataSprite;
struct CDataSprite; // NOLINT(bugprone-forward-declaration-namespace)
}
class IGraphics : public IInterface