Revert variable name (fix broken build on android) (#5715)

Co-authored-by: Steve M <praktique-tellypresence@yahoo.com>
pull/5716/head
Steve M 2024-08-14 03:13:49 -07:00 committed by GitHub
parent 12cdbb712c
commit d95a5c60ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include "../../../contrib/tinyusdz/assimp_tinyusdz_logging.inc"
namespace {
static constexpr char Tag[] = "tinyusdz loader";
static constexpr char TAG[] = "tinyusdz loader";
}
namespace Assimp {