Skip to content

Commit

Permalink
brite: Fix forward declaration of Topology class
Browse files Browse the repository at this point in the history
  • Loading branch information
a-andre authored and edalm committed Dec 7, 2023
1 parent 064c744 commit dfacaba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/brite/helper/brite-topology-helper.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
// here we just need a forward declaration.
namespace brite
{
struct Topology;
class Topology;
};

namespace ns3
Expand Down

0 comments on commit dfacaba

Please sign in to comment.