Retain getMeshNode virtual marker for tests

This commit is contained in:
Jonathan Bennett 2025-10-17 12:16:59 -05:00
parent b7b8071056
commit d772cd4431

View File

@ -266,7 +266,7 @@ class NodeDB
return retValue;
}
meshtastic_NodeInfoLite *getMeshNode(NodeNum n)
virtual meshtastic_NodeInfoLite *getMeshNode(NodeNum n)
{
FUNCTION_START("getMeshNode");
auto retVal = _getMeshNode(n);