ValueTest / StringValueTest: Make conversion function static.

Change-Id: Ia7411fd58cfd7ee9225a7c7f90534567e7ae02ba
This commit is contained in:
Peter Johnson
2015-07-03 22:17:56 -07:00
parent fa19a54ab7
commit 958fbaa819
2 changed files with 2 additions and 2 deletions

View File

@@ -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