Skip to content

Commit 83d26e2

Browse files
committed
Fix variable type
1 parent 4874e82 commit 83d26e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Source/Plugins/SpikeSorter/SpikeSortBoxes.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class SorterSpikeContainer : public ReferenceCountedObject
4040
const SpikeChannel* getChannel() const;
4141
int64 getTimestamp() const;
4242
uint8 color[3];
43-
uint8 pcProj[2];
43+
float pcProj[2];
4444
uint16 sortedId;
4545
private:
4646
int64 timestamp;

0 commit comments

Comments
 (0)