mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-16 03:23:15 +01:00
add function and line info to guards
This commit is contained in:
@@ -510,7 +510,7 @@ namespace ThemeManager
|
||||
|
||||
static void GetAvailableThemes(List<AvailableTheme> * outThemes)
|
||||
{
|
||||
Guard::ArgumentNotNull(outThemes);
|
||||
Guard::ArgumentNotNull(outThemes, GUARD_LINE);
|
||||
|
||||
outThemes->Clear();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user