Skip to content

Commit

Permalink
Merge pull request #19047 from hpcc-systems/revert-19046-HPCC-32536
Browse files Browse the repository at this point in the history
Revert "HPCC-32536 Compile error from latest Clang in thorcommon.hpp"

Change was already fixed in a different PR
  • Loading branch information
ghalliday authored Aug 28, 2024
2 parents e31acb8 + f2e0dad commit aa2925c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/thorhelper/thorcommon.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ extern THORHELPER_API IDiskMerger *createDiskMerger(IRowInterfaces *rowInterface

class THORHELPER_API ActivityTimeAccumulator
{
friend struct ActivityTimer;
friend class ActivityTimer;
public:
ActivityTimeAccumulator()
{
Expand Down

0 comments on commit aa2925c

Please sign in to comment.