warning fix

This commit is contained in:
Abhishek Gola
2026-07-29 21:18:11 +05:30
parent 34c478016d
commit 3ef693c48a

View File

@@ -272,7 +272,7 @@ CV__DNN_INLINE_NS_BEGIN
* %LayerInfo during Net::finalizeNet(). * %LayerInfo during Net::finalizeNet().
* *
* Each operation type registers a `static Ptr<LayerInfo> create(const LayerParams&)` factory * Each operation type registers a `static Ptr<LayerInfo> create(const LayerParams&)` factory
* via @ref CV_DNN_REGISTER_OP_CLASS_STATIC. * via @ref CV_DNN_REGISTER_OP_CLASS.
*/ */
class CV_EXPORTS_W LayerInfo class CV_EXPORTS_W LayerInfo
{ {