diff options
| author | John Hurst <jhurst@cinecert.com> | 2021-08-26 20:43:24 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-26 20:43:24 -0700 |
| commit | 53e27f364c39cd70e34c05aeab4afcbeaf116b49 (patch) | |
| tree | fce9f1483259c402e569a45340faf75c3317a13a /src/ST2052_TextParser.cpp | |
| parent | b8c87905046423d7f04e9103ffb321a4d23870eb (diff) | |
| parent | 9c6e1bc188987558e64f72f1561749ccd20b5379 (diff) | |
Merge pull request #11 from DolbyLaboratories/dolby/atmos_storage/asdcplib_integration/dont_export_symbols
Do not export symbols on definitions in cpp. (moved functions and classes to an unnamed namespace and made variables static)
Diffstat (limited to 'src/ST2052_TextParser.cpp')
| -rw-r--r-- | src/ST2052_TextParser.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ST2052_TextParser.cpp b/src/ST2052_TextParser.cpp index 75c0e86..9dabfb7 100644 --- a/src/ST2052_TextParser.cpp +++ b/src/ST2052_TextParser.cpp @@ -38,7 +38,7 @@ using namespace ASDCP; using Kumu::DefaultLogSink; -const char* c_tt_namespace_name = "http://www.smpte-ra.org/schemas/2052-1/2010/smpte-tt"; +static const char* c_tt_namespace_name = "http://www.smpte-ra.org/schemas/2052-1/2010/smpte-tt"; //------------------------------------------------------------------------------------------ |
