Skip to content
Snippets Groups Projects
Commit 5cb2284d authored by florent's avatar florent
Browse files

Fix comment

    * src/entity-py.cc.
parent 1c9edaba
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@ namespace dynamicgraph {
return NULL;
}
// Return the pointer as an integer
// Return the pointer as a PyCObject
return PyCObject_FromVoidPtr((void*)obj, destroy);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment