Skip to content

Commit 451359f

Browse files
committed
Fix inconsistent forward declaration types (class vs struct)
1 parent 4b2a6a1 commit 451359f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vpr/SRC/base/vpr_types.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ enum e_block_pack_status {
103103

104104
/* these are defined later, but need to declare here because it is used */
105105
class t_rr_node;
106-
class t_pack_molecule;
107-
class t_pb_stats;
106+
struct t_pack_molecule;
107+
struct t_pb_stats;
108108

109109
/* A t_pb represents an instance of a clustered block, which may be:
110110
* 1) A top level clustered block which is placeable at a location in FPGA device

0 commit comments

Comments
 (0)