format
This commit is contained in:
parent
f58a13825f
commit
9da6b9b389
1 changed files with 1 additions and 1 deletions
|
@ -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>;
|
||||
|
||||
//--------------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Reference in a new issue