We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 257c1b4 commit 3085dd3Copy full SHA for 3085dd3
src/opentimelineio/CORE_VERSION_MAP.last.cpp
@@ -12,7 +12,7 @@
12
// version of an older library.
13
#include "opentimelineio/typeRegistry.h"
14
15
-namespace opentimelineio { namespace OPENTIMELINEIO_VERSION {
+namespace opentimelineio { namespace OPENTIMELINEIO_VERSION_NS {
16
17
const label_to_schema_version_map CORE_VERSION_MAP{
18
{ "0.14.0",
@@ -209,4 +209,4 @@ const label_to_schema_version_map CORE_VERSION_MAP{
209
// {next}
210
};
211
212
-}} // namespace opentimelineio::OPENTIMELINEIO_VERSION
+}} // namespace opentimelineio::OPENTIMELINEIO_VERSION_NS
0 commit comments