From 98d45777c6e5e0b7af5a5162bd464eb1609d57a3 Mon Sep 17 00:00:00 2001 From: Peter Johnson Date: Mon, 20 Jul 2015 00:19:20 -0700 Subject: [PATCH] Remove unnecessary llvm qualifier. --- include/ntcore_cpp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();