Skip to content

Commit 0a22771

Browse files
committed
Slice
1 parent 41f0831 commit 0a22771

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AudioBasic/Collections/Slice.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class Slice {
3333
}
3434

3535
/// Returns true if we contain any valid data
36-
operator bool() { return len > 0 && start!?nullptr; }
36+
operator bool() { return len > 0 && start!=nullptr; }
3737

3838
/// Returns the slice at the indicated index for the indicated slize size;
3939
Slice slice(int sliceSize, int idx) {

0 commit comments

Comments
 (0)