Skip to content

Commit cdae172

Browse files
udkyotrondn
authored andcommitted
CBD-6348: Remove class name in member declaration
Change-Id: Icb6917b36477ea06a890fb06b5a40bcc880a0393 Reviewed-on: https://review.couchbase.org/c/kv_engine/+/234985 Tested-by: Trond Norbye <[email protected]> Well-Formed: Restriction Checker Reviewed-by: Trond Norbye <[email protected]>
1 parent 973f7dd commit cdae172

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/testapp/testapp.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -337,8 +337,8 @@ class TestappTest : public ::testing::Test {
337337
}
338338

339339
#ifdef WIN32
340-
static HANDLE TestappTest::pidTToHandle(pid_t pid);
341-
static pid_t TestappTest::handleToPidT(HANDLE handle);
340+
static HANDLE pidTToHandle(pid_t pid);
341+
static pid_t handleToPidT(HANDLE handle);
342342
#endif
343343

344344
std::string name;

0 commit comments

Comments
 (0)