Menu

#1955 const-ify ILoader::AddData() character pointer (w/ patch)

Bug
closed-fixed
scintilla (584)
5
2017-08-16
2017-07-07
No

ILoader::AddData() currently takes a non-const character pointer. This patch changes it to a const char * which makes more sense for applications needing to provide data to the ILoader

1 Attachments

Discussion

  • Neil Hodgson

    Neil Hodgson - 2017-07-09
    • labels: --> scintilla
    • status: open --> open-fixed
    • assigned_to: Neil Hodgson
     
  • Neil Hodgson

    Neil Hodgson - 2017-07-09

    Committed as [52f12c].

     

    Related

    Commit: [52f12c]

  • Neil Hodgson

    Neil Hodgson - 2017-08-16
    • status: open-fixed --> closed-fixed
     

Log in to post a comment.