Opened 17 years ago
Closed 17 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)
by , 17 years ago
| Attachment: | mythtv-6532-channel_groups_symbol_vis.patch added |
|---|
comment:1 by , 17 years ago
| 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.