diff --git a/Source/DiscordRpc/Public/DiscordRpc.h b/Source/DiscordRpc/Public/DiscordRpc.h index cf17979..b389530 100644 --- a/Source/DiscordRpc/Public/DiscordRpc.h +++ b/Source/DiscordRpc/Public/DiscordRpc.h @@ -1,4 +1,4 @@ -// Copyright 1998-2017 Epic Games, Inc. All Rights Reserved. +// Copyright Epic Games, Inc. All Rights Reserved. #pragma once @@ -18,4 +18,4 @@ private: /** StartupModule is covered with defines, these functions are the place to put breakpoints */ static bool LoadDependency(const FString& Dir, const FString& Name, void*& Handle); static void FreeDependency(void*& Handle); -}; \ No newline at end of file +};