diff options
Diffstat (limited to 'src/zenstore/scrubcontext.cpp')
| -rw-r--r-- | src/zenstore/scrubcontext.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/zenstore/scrubcontext.cpp b/src/zenstore/scrubcontext.cpp index 525f36123..d471f0fca 100644 --- a/src/zenstore/scrubcontext.cpp +++ b/src/zenstore/scrubcontext.cpp @@ -1,3 +1,5 @@ +// Copyright Epic Games, Inc. All Rights Reserved. + #include "zenstore/scrubcontext.h" #include <zencore/workthreadpool.h> @@ -12,4 +14,4 @@ ScrubContext::~ScrubContext() { } -}
\ No newline at end of file +} // namespace zen
\ No newline at end of file |