diff options
Diffstat (limited to 'src/h__Reader.cpp')
| -rwxr-xr-x | src/h__Reader.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/h__Reader.cpp b/src/h__Reader.cpp index a427fb5..707b710 100755 --- a/src/h__Reader.cpp +++ b/src/h__Reader.cpp @@ -38,7 +38,7 @@ using namespace ASDCP::MXF; static Kumu::Mutex sg_DefaultMDInitLock; static bool sg_DefaultMDTypesInit = false; -static const ASDCP::Dictionary *sg_dict; +static const ASDCP::Dictionary *sg_dict = 0; // void |
