From 3334151744bc8a8d032bda390c80848c0a922cbd Mon Sep 17 00:00:00 2001 From: KinoMyu Date: Sun, 30 Jun 2019 13:01:27 -0700 Subject: [PATCH] update submodule --- FastHCADecoder | 2 +- src/mainwindow.cpp | 1 - src/mainwindow.h | 1 + 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/FastHCADecoder b/FastHCADecoder index 7d9b456..3e73d14 160000 --- a/FastHCADecoder +++ b/FastHCADecoder @@ -1 +1 @@ -Subproject commit 7d9b45603ca4c2374717fcf47b99827ccb965298 +Subproject commit 3e73d148aa74421f85d32025a62f0f3bbeaf4a1d diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index d815adc..6d3ca0d 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -222,7 +222,6 @@ void MainWindow::randomizeUnit() { unsigned int choices = idol_selection_box[0]->count() - 1; unsigned int* list = new unsigned int[choices]; - unsigned int* it = list; unsigned int count = 0; for(unsigned int i = 1; i <= choices; ++i) { diff --git a/src/mainwindow.h b/src/mainwindow.h index 472fcf7..e252b55 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -8,6 +8,7 @@ #include #include #include +#include #include "HCAStreamChannel.h" #include "utils.h" #include "../HCADecoder/HCADecodeService.h"