mirror of
https://github.com/monero-project/monero.git
synced 2026-01-12 08:31:10 -05:00
minimal changes to remove improper binding to temporary variable
This commit is contained in:
parent
8d4c625713
commit
dc759e89f9
1 changed files with 1 additions and 1 deletions
|
|
@ -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.",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue