Skip to content

Commit 7ae5d48

Browse files
committed
Avoid Cache name collision - one more occurance
1 parent d1a32d5 commit 7ae5d48

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

avs_core/core/avisynth.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4979,7 +4979,7 @@ bool ScriptEnvironment::Invoke_(AVSValue *result, const AVSValue& implicit_last,
49794979
else
49804980
{
49814981
#ifdef _DEBUG
4982-
Cache *PrevFrontCache = FrontCache;
4982+
AvsCache *PrevFrontCache = FrontCache;
49834983
#endif
49844984

49854985
AVSValue fret;

0 commit comments

Comments
 (0)