summaryrefslogtreecommitdiffstats
path: root/fnet/src/tests/printstuff/printstuff_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'fnet/src/tests/printstuff/printstuff_test.cpp')
-rw-r--r--fnet/src/tests/printstuff/printstuff_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/fnet/src/tests/printstuff/printstuff_test.cpp b/fnet/src/tests/printstuff/printstuff_test.cpp
index a9621728c5a..bd76ad29405 100644
--- a/fnet/src/tests/printstuff/printstuff_test.cpp
+++ b/fnet/src/tests/printstuff/printstuff_test.cpp
@@ -37,7 +37,7 @@ TEST("rpc packets in a queue") {
q2.QueuePacket(&req->getStash().create<FRT_RPCRequestPacket>(req, 0, false), FNET_Context());
q2.Print();
}
- req->SubRef();
+ req->internal_subref();
}
TEST("info") {