Fix minor namespace syntax issue
This commit is contained in:
Родитель
26c544519e
Коммит
d9698451f6
|
@ -880,9 +880,9 @@ public:
|
|||
|
||||
#include "SimpleMath.inl"
|
||||
|
||||
}; // namespace SimpleMath
|
||||
} // namespace SimpleMath
|
||||
|
||||
}; // namespace DirectX
|
||||
} // namespace DirectX
|
||||
|
||||
//------------------------------------------------------------------------------
|
||||
// Support for SimpleMath and Standard C++ Library containers
|
||||
|
|
|
@ -29,7 +29,7 @@ namespace VBO
|
|||
|
||||
#pragma pack(pop)
|
||||
|
||||
}; // namespace
|
||||
} // namespace
|
||||
|
||||
static_assert(sizeof(VBO::header_t) == 8, "VBO header size mismatch");
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче