Skip to content
  • Mark OLESEN's avatar
    ENH: rename runTime selection typedefs · 7f8ecd98
    Mark OLESEN authored
    - better distinction between content and storage type
      by appending 'Type' to the typedef.
    
        old: 'Class::abcConstructorTable* tablePtr'
        new: 'Class::abcConstructorTableType* tablePtr'
    
      Was rarely used in any exposed code.
    
    BREAKING: LESdelta::New with additional table
    
    - parameter change to dictionaryConstructorTableType
      (was dictionaryConstructorTable)
    7f8ecd98