• Stephan Bergmann's avatar
    svtools: std::auto_ptr -> std::unique_ptr · 014e7933
    Stephan Bergmann yazdı
    ...changing HTMLOptions to std::vector<std::unique_ptr<...>> because
    boost::ptr_vector<...>::push_back only supports auto_ptr, not unique_ptr.
    
    Change-Id: Ie5f92bc40ce5425dc1c634b17addc2b0dd9bbda3
    014e7933
toolpanelcollection.hxx 2.27 KB