mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-21 01:01:43 +00:00
ValueTest / StringValueTest: Make conversion function static.
Change-Id: Ia7411fd58cfd7ee9225a7c7f90534567e7ae02ba
This commit is contained in:
@@ -6,7 +6,7 @@ namespace ntimpl {
|
||||
|
||||
class StringValueTest : public ::testing::Test {
|
||||
public:
|
||||
NT_String& ToNT(StringValue& v) { return v; }
|
||||
static NT_String& ToNT(StringValue& v) { return v; }
|
||||
};
|
||||
|
||||
} // namespace ntimpl
|
||||
|
||||
Reference in New Issue
Block a user