Better fix (nw)

This commit is contained in:
Miodrag Milanovic 2016-02-21 13:00:56 +01:00
parent 782af5c10e
commit 17305df016

View File

@ -7,7 +7,7 @@
//============================================================
#include "uniform.h"
#include <string.h>
#include <cstring>
bgfx_uniform::bgfx_uniform(std::string name, bgfx::UniformType::Enum type)
: m_name(name)