Skip to content

Commit

Permalink
Change name of enum.tcc -> enum.inl
Browse files Browse the repository at this point in the history
  • Loading branch information
erikmchut authored Apr 29, 2020
1 parent 2157ee4 commit 92bca9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/enum.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ namespace mp4v2 { namespace impl {
/// not match.
///
/// This template implementation itself should never be exposed. That is
/// to say, the .tcc file must not be used by code outside this library.
/// to say, the .inl file must not be used by code outside this library.
///
/// WARNING: since enum types are typically made static file scope,
/// care must be taken to make sure Entry data[] initialization occurs
Expand Down Expand Up @@ -105,6 +105,6 @@ class Enum

}} // namespace mp4v2::impl

#include "enum.tcc"
#include "enum.inl"

#endif // MP4V2_IMPL_ENUM_H
File renamed without changes.

0 comments on commit 92bca9c

Please sign in to comment.