Skip to content

Commit

Permalink
Add correct visibility modifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinTF committed May 18, 2024
1 parent 1f6ebbc commit cffec5e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/util/CacheableGenerator.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,10 @@ class CacheableGenerator {

enum class MasterIteratorState { NOT_STARTED, MASTER_STARTED, MASTER_DONE };

public:
class Iterator;

private:
class ComputationStorage {
friend CacheableGenerator;
friend Iterator;
Expand Down

0 comments on commit cffec5e

Please sign in to comment.