Skip to content

Commit

Permalink
Fix build and cleanup alignment. (#650)
Browse files Browse the repository at this point in the history
  • Loading branch information
bakerstu authored Sep 13, 2022
1 parent 1615f80 commit 79aaa71
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions src/openlcb/EventHandlerTemplates.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -285,8 +285,9 @@ void BitRangeEventPC::SendIdentified(WriteHelper *writer,
WriteHelper::global(), eventid_to_buffer(range), done);
}

void BitRangeEventP::handle_identify_global(const EventRegistryEntry& entry, EventReport *event,
BarrierNotifiable *done)
void BitRangeEventP::handle_identify_global(const EventRegistryEntry& entry,
EventReport *event,
BarrierNotifiable *done)
{
if (event->dst_node && event->dst_node != node_)
{
Expand Down
2 changes: 1 addition & 1 deletion src/openlcb/EventHandlerTemplates.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -783,7 +783,7 @@ public:
/// @returns the number of bits maintained.
unsigned size() { return size_; }

private:
protected:
void HandleIdentifyBase(Defs::MTI mti_valid, EventReport *event,
BarrierNotifiable *done);
void GetBitAndMask(unsigned bit, uint32_t **data, uint32_t *mask) const;
Expand Down

0 comments on commit 79aaa71

Please sign in to comment.