Skip to content

Commit 32cf3d9

Browse files
authored
Fix C4430 warning in avshws.h
1 parent ef7c307 commit 32cf3d9

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)