blob: 08fc352f9b9cf40112b2a061abd50e82e664d51b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- library/tulip/include/tulip/IdManager.h.orig 2007-12-18 21:33:16.000000000 +0100
+++ library/tulip/include/tulip/IdManager.h 2007-12-18 21:33:32.000000000 +0100
@@ -34,7 +34,7 @@
Free the id given in parameter. This id
will be accessible by a the get function.
*/
- void IdManager::free(const unsigned int);
+ void free(const unsigned int);
/**
Return a new id, the returned id is choosen to minimize
the memory space of the free list, and the fragmetation
|