GMCodeEditor icon indicating copy to clipboard operation
GMCodeEditor copied to clipboard

conflict with OrderedDictionary in base project

Open jpmhouston opened this issue 10 years ago • 0 comments

The OrderedDictionary class itself is renamed to GMOrderedDictionary in order to not conflict, however the helper function DescriptionForObject does conflict. It needs to be declared static to make it not exported (as it probably should have been Matt Gallagher's source originally) and/or be similarly renamed to GMDescriptionForObject.

jpmhouston avatar Jun 20 '14 19:06 jpmhouston