diff --git a/include/ntcore_cpp.h b/include/ntcore_cpp.h index f2911d0038..ba3398c703 100644 --- a/include/ntcore_cpp.h +++ b/include/ntcore_cpp.h @@ -198,7 +198,7 @@ std::vector> GetRpcResult(unsigned int result_uid); /* * Client/Server Functions */ -void SetNetworkIdentity(llvm::StringRef name); +void SetNetworkIdentity(StringRef name); void StartServer(StringRef persist_filename, const char* listen_address, unsigned int port); void StopServer();