Skip to content

Commit

Permalink
update submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
KinoMyu committed Jun 30, 2019
1 parent daab80d commit 3334151
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion FastHCADecoder
1 change: 0 additions & 1 deletion src/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down
1 change: 1 addition & 0 deletions src/mainwindow.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#include <QCheckBox>
#include <QLabel>
#include <unordered_map>
#include <deque>
#include "HCAStreamChannel.h"
#include "utils.h"
#include "../HCADecoder/HCADecodeService.h"
Expand Down

0 comments on commit 3334151

Please sign in to comment.