Skip to content

Commit 4968f2f

Browse files
authored
Fix compiler errors
1 parent 41ad02f commit 4968f2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

panda/src/toontown/dna/dnaStorage.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ class EXPCL_TOONTOWN DNAStorage {
9696
int store_suit_point(PT(DNASuitPoint));
9797
int get_highest_suit_point_index();
9898
int remove_suit_point(PT(DNASuitPoint));
99-
void store_suit_block(const int block_number, std::string& dept);
99+
void store_suit_block(const int block_number, const std::string& dept);
100100
void store_block_number(const std::string& block, const std::string& zone_id);
101101
void store_block_door_pos_hpr(const std::string& block, const LPoint3f& pos, const LPoint3f& hpr);
102102
void store_block_sign_transform(const std::string& block, const LMatrix4f& mat);

0 commit comments

Comments
 (0)