diff --git a/DirectXTex/BC.h b/DirectXTex/BC.h index cbe45f8..1323683 100644 --- a/DirectXTex/BC.h +++ b/DirectXTex/BC.h @@ -325,4 +325,4 @@ void D3DXEncodeBC6HU(_Out_writes_(16) uint8_t *pBC, _In_reads_(NUM_PIXELS_PER_BL void D3DXEncodeBC6HS(_Out_writes_(16) uint8_t *pBC, _In_reads_(NUM_PIXELS_PER_BLOCK) const XMVECTOR *pColor, _In_ DWORD flags); void D3DXEncodeBC7(_Out_writes_(16) uint8_t *pBC, _In_reads_(NUM_PIXELS_PER_BLOCK) const XMVECTOR *pColor, _In_ DWORD flags); -}; // namespace +} // namespace diff --git a/DirectXTex/BCDirectCompute.h b/DirectXTex/BCDirectCompute.h index 6abadac..8f733a5 100644 --- a/DirectXTex/BCDirectCompute.h +++ b/DirectXTex/BCDirectCompute.h @@ -61,4 +61,4 @@ private: Microsoft::WRL::ComPtr m_BC7_encodeBlockCS; }; -}; // namespace \ No newline at end of file +} // namespace diff --git a/DirectXTex/DDS.h b/DirectXTex/DDS.h index b09a2d5..7adc59a 100644 --- a/DirectXTex/DDS.h +++ b/DirectXTex/DDS.h @@ -240,4 +240,4 @@ struct DDS_HEADER_DXT10 static_assert( sizeof(DDS_HEADER) == 124, "DDS Header size mismatch" ); static_assert( sizeof(DDS_HEADER_DXT10) == 20, "DDS DX10 Extended Header size mismatch"); -}; // namespace +} // namespace diff --git a/DirectXTex/DirectXTex.h b/DirectXTex/DirectXTex.h index 4f8a282..0e8cdef 100644 --- a/DirectXTex/DirectXTex.h +++ b/DirectXTex/DirectXTex.h @@ -702,4 +702,4 @@ namespace DirectX #include "DirectXTex.inl" -}; // namespace +} // namespace diff --git a/DirectXTex/DirectXTexP.h b/DirectXTex/DirectXTexP.h index b23a18c..9ff8194 100644 --- a/DirectXTex/DirectXTexP.h +++ b/DirectXTex/DirectXTexP.h @@ -277,4 +277,4 @@ namespace DirectX HRESULT __cdecl _EncodeDDSHeader( _In_ const TexMetadata& metadata, DWORD flags, _Out_writes_bytes_to_opt_(maxsize, required) void* pDestination, _In_ size_t maxsize, _Out_ size_t& required ); -}; // namespace +} // namespace diff --git a/DirectXTex/Filters.h b/DirectXTex/Filters.h index a2ae76e..30ee409 100644 --- a/DirectXTex/Filters.h +++ b/DirectXTex/Filters.h @@ -418,6 +418,6 @@ namespace TriangleFilter return S_OK; } -}; // namespace TriangleFilter +} // namespace TriangleFilter -}; // namespace DirectX \ No newline at end of file +} // namespace DirectX