Skip to content

Commit a9893c7

Browse files
authored
Update range-sum-query-2d-mutable.cpp
1 parent 84098ce commit a9893c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

C++/range-sum-query-2d-mutable.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ class NumMatrix2 {
186186
}
187187
}
188188

189-
int lower_bit(int i) {
189+
inline int lower_bit(int i) {
190190
return i & -i;
191191
}
192192
};

0 commit comments

Comments
 (0)