Fixed iNES_HEADER struct/class definition miscompare warning.

This commit is contained in:
mjbudd77 2021-03-19 22:05:20 -04:00
parent fda056cdc3
commit afe54a5ab9
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
// HotKeyConf.h
// iNesHeaderEditor.h
//
#pragma once
@ -19,7 +19,7 @@
#include "Qt/main.h"
class iNES_HEADER;
struct iNES_HEADER;
class iNesHeaderEditor_t : public QDialog
{