Skip to content

Commit d16b544

Browse files
Merge pull request #1408 from winstliu/patch-1
Fix C4430 warning in avshws.h
2 parents 26a27df + 32cf3d9 commit d16b544

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

avstream/avshws/avshws.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ extern "C" {
5656
#define DEBUGLVL_TERSE 1
5757
#define DEBUGLVL_ERROR 0
5858

59-
const DebugLevel = DEBUGLVL_TERSE;
59+
const int DebugLevel = DEBUGLVL_TERSE;
6060

6161
#if (DBG)
6262
#define _DbgPrintF(lvl, strings) \
@@ -365,4 +365,4 @@ void __cdecl operator delete[]
365365
#include "filter.h"
366366
#include "capture.h"
367367
#include <uuids.h>
368-
#endif //_avshws_h_
368+
#endif //_avshws_h_

0 commit comments

Comments
 (0)