--- Y:/cpp_6672_/Comp/builder/support/opensg/Source/System/GraphOp/OSGDotFileGeneratorGraphOp.cpp	2014-07-21 14:22:52.336690100 +0200
+++ D:/_6672/Comp/builder/support/opensg/Source/System/GraphOp/OSGDotFileGeneratorGraphOp.cpp	2015-07-15 12:13:09.638750000 +0200
@@ -400,7 +400,7 @@
 
     if(trafo)
     {
-        void *handler = trafo + 1;
+        void *handler = &const_cast<Matrix&>(trafo->getMatrix());
 
         if(!hasInfo(handler))
         {
