diff options
| author | msheby <msheby@cinecert.com> | 2013-06-26 19:29:30 +0000 |
|---|---|---|
| committer | msheby <> | 2013-06-26 19:29:30 +0000 |
| commit | 66944298af1e72b4e517787a3cc644628511b1c1 (patch) | |
| tree | e7fd52e5d430685cca556c177bb551daac0a12ce /src/AS_02_internal.h | |
| parent | c249d22d055af7f19be95860a6623c0d64c914f0 (diff) | |
in AS02-land, don't twice-over instantiate objects declared already in AS_DCP_internal
Diffstat (limited to 'src/AS_02_internal.h')
| -rw-r--r-- | src/AS_02_internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/AS_02_internal.h b/src/AS_02_internal.h index 748e795..0a45a24 100644 --- a/src/AS_02_internal.h +++ b/src/AS_02_internal.h @@ -40,7 +40,7 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. using Kumu::DefaultLogSink; -#ifdef DEFAULT_MD_DECL +#ifdef DEFAULT_02_MD_DECL AS_02::MXF::AS02IndexReader *g_AS02IndexReader; #else extern AS_02::MXF::AS02IndexReader *g_AS02IndexReader; |
