Skip to content

Commit

Permalink
Fixing ParameterID alias
Browse files Browse the repository at this point in the history
  • Loading branch information
jatinchowdhury18 committed Sep 26, 2024
1 parent ca1f0e4 commit cf1b5a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class ParamHolder
{
public:
/** Convenient alias for a Parameter ID */
using PID = juce::ParameterID;
using PID = ParameterID;

/**
* Creates a ParamHolder. The user might want to name the ParamHolder,
Expand Down

0 comments on commit cf1b5a3

Please sign in to comment.