diff options
| author | milla <marc.illa@dolby.com> | 2021-05-27 12:20:05 +0200 |
|---|---|---|
| committer | milla <marc.illa@dolby.com> | 2021-06-03 14:21:33 +0200 |
| commit | 9c6e1bc188987558e64f72f1561749ccd20b5379 (patch) | |
| tree | 649c4f28b8ec7db3f256bb520ed6b5786a2315be /src/ST2052_TextParser.cpp | |
| parent | f9d7fbc33aa571c547d916b145712469efd9f4b8 (diff) | |
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"; //------------------------------------------------------------------------------------------ |
