Skip to content

Commit

Permalink
Remove forward declare
Browse files Browse the repository at this point in the history
  • Loading branch information
SirBob01 committed May 17, 2023
1 parent bf9e1fa commit 242377c
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/Sound/EffectNode.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,7 @@

namespace Dynamo::Sound {
/**
* @brief Forward declare the EffectNode class.
*
*/
class EffectNode;

/**
* @brief Node in an audio processing graph.
* @brief Node in a sound effects processing graph.
*
*/
class EffectNode {
Expand Down

0 comments on commit 242377c

Please sign in to comment.