diff --git a/Doc/html/acg_icon.gif b/Doc/html/acg_icon.gif
index b39835d7..292610be 100644
Binary files a/Doc/html/acg_icon.gif and b/Doc/html/acg_icon.gif differ
diff --git a/src/OpenMesh/Core/Mesh/AttribKernelT.hh b/src/OpenMesh/Core/Mesh/AttribKernelT.hh
index d08c9a7d..78ca91e3 100644
--- a/src/OpenMesh/Core/Mesh/AttribKernelT.hh
+++ b/src/OpenMesh/Core/Mesh/AttribKernelT.hh
@@ -207,7 +207,7 @@ public:
template
void assign(const _AttribKernel& _other)
{
- assign_connectivity(_other);
+ this->assign_connectivity(_other);
for (typename Connectivity::VertexIter v_it = Connectivity::vertices_begin();
v_it != Connectivity::vertices_end(); ++v_it)
{//assumes Point constructor supports cast from _AttribKernel::Point