Mentions légales du service

Skip to content
  • Mikaël Salson's avatar
    Index: Put the ID in the base class · e8ab3a56
    Mikaël Salson authored
    The ID was initialised in createIndex, but if it was not called,
    the ID was not initialised. By transferring the initialisation to
    the base constructor we ensure that the ID will be initialised.
    
    The drawback is that classes that should be virtual now have a constructor.
    e8ab3a56