Opened 12 years ago
Closed 12 years ago
#6532 closed patch (fixed)
Fix --enable-symbol-visibility for channel groups
Reported by: | Owned by: | Isaac Richards | |
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | MythTV - General | Version: | head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
The attached patch makes ChannelGroupItem? MPUBLIC to allow its use in programs/mythfrontend/globalsettings.cpp . I also added a '#include "mythexp.h"' to bring in the MPUBLIC declaration in case ChannelGroup? or ChannelGroupItem? is used elsewhere later, though it's not strictly required with current usage.
Attachments (1)
Change History (2)
Changed 12 years ago by
Attachment: | mythtv-6532-channel_groups_symbol_vis.patch added |
---|
comment:1 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In [20526]) Fix --enable-symbol-visibility for channel groups. Patch from sphery. Fixes #6532.