Gfx: Wrap pointers with std::unique_ptr

This commit is contained in:
Birunthan Mohanathas
2013-05-01 14:38:52 +03:00
parent d3f2e7ab83
commit 18d5ee383d
7 changed files with 44 additions and 87 deletions

View File

@ -28,7 +28,6 @@ TextFormatD2D::TextFormatD2D()
TextFormatD2D::~TextFormatD2D()
{
Dispose();
}
void TextFormatD2D::Dispose()