This commit is contained in:
artemp 2015-07-20 15:41:04 +02:00
parent f58a13825f
commit 9da6b9b389

View file

@ -45,7 +45,7 @@ using namespace agg;
template<class VertexContainer> class path_adapter : util::noncopyable
{
public:
using container_type = VertexContainer ;
using container_type = VertexContainer;
using self_type = path_adapter<VertexContainer>;
//--------------------------------------------------------------------