diff options
| author | Jeremy Rimpo <jrim@rimpo.org> | 2019-06-16 16:13:56 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-06-16 16:13:56 -0500 |
| commit | 27815282f782d1ca25d173e24befcc5bec024094 (patch) | |
| tree | 088a8ebad916f60821d66e1c979a0d5627151b61 /src/mainwindow.h | |
| parent | bae2ee7a29a4b0767185c4ab1ce3232472cfa2ac (diff) | |
| parent | 30ce0ba5ef5256f42b36d6f4194bf444941ad66d (diff) | |
Merge pull request #764 from isanae/executables-dialog-rework
Executables dialog rework
Diffstat (limited to 'src/mainwindow.h')
| -rw-r--r-- | src/mainwindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index 88389738..b6283a26 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -33,7 +33,7 @@ along with Mod Organizer. If not, see <http://www.gnu.org/licenses/>. //Note the commented headers here can be replaced with forward references, //when I get round to cleaning up main.cpp -struct Executable; +class Executable; class CategoryFactory; class LockedDialogBase; class OrganizerCore; |
