Skip to content

Commit

Permalink
Use protected for RichterLFO and ModulationSource
Browse files Browse the repository at this point in the history
  • Loading branch information
jd-13 committed Jan 28, 2024
1 parent 9b1ad08 commit d8b2655
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion WECore/RichterLFO/RichterLFO.h
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ namespace WECore::Richter {
RichterLFO operator= (RichterLFO& other) = delete;
RichterLFO(RichterLFO&) = delete;

private:
protected:
int _wave,
_indexOffset;

Expand Down
2 changes: 1 addition & 1 deletion WECore/WEFilters/ModulationSource.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ namespace WECore {
*/
inline void reset();

private:
protected:
SampleType _cachedOutput;

/**
Expand Down

0 comments on commit d8b2655

Please sign in to comment.