diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-06-07 17:15:44 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-06-15 14:40:27 -0400 |
| commit | 5fb26b2dcbfae9d6a1aaac9d61f017bacf572f09 (patch) | |
| tree | 0b03bd69c69bda81be80a80dcd969a0bc9573000 /src/mainwindow.h | |
| parent | 14c9da193919b367cae48659fc0102b16cdc71a7 (diff) | |
made Executable members private, added member function to get and set them
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; |
