X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/3a1ea70a418f393ca1677074e928c664022295bd..e6a1650c1da9d6a60f8fc5d12ebce854120ccdb7:/include/xbt/Extendable.hpp?ds=sidebyside diff --git a/include/xbt/Extendable.hpp b/include/xbt/Extendable.hpp index 111181c040..3c3c86061a 100644 --- a/include/xbt/Extendable.hpp +++ b/include/xbt/Extendable.hpp @@ -112,7 +112,7 @@ public: extensions_[0]=data; } void* get_data() const { return extensions_[0]; } - // Convenience extension access when the type has a associated EXTENSION ID: + // Convenience extension access when the type has an associated EXTENSION ID: template U* extension() const { return extension(U::EXTENSION_ID); } template void extension_set(U* p) { extension_set(U::EXTENSION_ID, p); } };