Add missing } to close the namespace.

Originally committed to SVN as r5299.
This commit is contained in:
Amar Takhar 2011-02-06 03:02:13 +00:00
parent f8b4b30cf8
commit 0ca6266c86
1 changed files with 1 additions and 1 deletions

View File

@ -83,5 +83,5 @@ DEFINE_SIMPLE_EXCEPTION_NOINNER(VideoOpenError, VideoProviderError, "video/open/
/// Error of some sort occurred while decoding a frame
DEFINE_SIMPLE_EXCEPTION_NOINNER(VideoDecodeError, VideoProviderError, "video/error");
// namespace media
} // namespace media