Skip to content
Snippets Groups Projects
Commit 5178a54b authored by jsiegle's avatar jsiegle
Browse files

Commit before switching branches

parent a5b2e553
No related branches found
No related tags found
No related merge requests found
......@@ -74,7 +74,7 @@ void SpikeDisplayCanvas::initializeSpikePlots(){
xBuffer + i%nCols * (plotWidth + xBuffer) ,
yBuffer + rowCount * (plotHeight + yBuffer),
plotWidth,
plotHeight, "");
plotHeight, ""); // deprecated conversion from string constant to char
plots.push_back(p);
if (i%nCols == nCols-1)
rowCount++;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment