Modify ↓
Opened 12 years ago
Closed 12 years ago
#4272 closed defect (fixed)
Accessor not public
Reported by: | Nop | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core | Version: | latest |
Keywords: | Cc: |
Description
The accessor OsmPrimitive.setDisabled() is not declared public. This inhibits plugins from using it. Accessors need to be public.
Attachments (0)
Note: See
TracTickets for help on using
tickets.
(In [2714]) fixes #4272 - OsmPrimitive.setDisabled() not public