Skip to content
Snippets Groups Projects
Commit 45da4798 authored by Josh Siegle's avatar Josh Siegle
Browse files

Initialize variables in SpikeDisplayNode

parent 37ab4b26
Branches
Tags
No related merge requests found
......@@ -30,7 +30,8 @@
SpikeDisplayNode::SpikeDisplayNode()
: GenericProcessor("Spike Viewer"), displayBufferSize(5)
: GenericProcessor("Spike Viewer"), displayBufferSize(5), isRecording(false), redrawRequested(false),
signalFilesShouldClose(false)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment