diff options
Diffstat (limited to 'NorthstarDLL/pch.h')
-rw-r--r-- | NorthstarDLL/pch.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NorthstarDLL/pch.h b/NorthstarDLL/pch.h index 75737a44..de22b40f 100644 --- a/NorthstarDLL/pch.h +++ b/NorthstarDLL/pch.h @@ -45,4 +45,4 @@ template <typename T, size_t index, typename... Args> constexpr T CallVFunc_Alt( return CallVFunc_Alt<returnType, index> argsRaw; \ } -#endif
\ No newline at end of file +#endif |