minimal changes to remove improper binding to temporary variable

This commit is contained in:
dabbonda 2025-09-21 12:36:28 -04:00
parent 8d4c625713
commit dc759e89f9

View File

@ -45,7 +45,7 @@ namespace trezor
{
const char * TYPE_PREFIX = "MessageType_";
const char * PACKAGES[] = {
const std::string PACKAGES[] = {
"hw.trezor.messages.",
"hw.trezor.messages.common.",
"hw.trezor.messages.management.",