summaryrefslogtreecommitdiff
path: root/src/datatab.h
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2020-12-26 19:51:47 -0500
committerisanae <14251494+isanae@users.noreply.github.com>2020-12-26 19:51:47 -0500
commit3eb64c32e8643a34ce2de07bdb0f2fae2869b69a (patch)
treea062ec424f37f1cab388b14ac28733219fe8e1f3 /src/datatab.h
parent2b2bb69351328a93a29ae084d6391ffa347be47f (diff)
split downloads tab
Diffstat (limited to 'src/datatab.h')
-rw-r--r--src/datatab.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/datatab.h b/src/datatab.h
index a0f29a5f..32d788f6 100644
--- a/src/datatab.h
+++ b/src/datatab.h
@@ -1,3 +1,6 @@
+#ifndef MODORGANIZER_DATATAB_INCLUDED
+#define MODORGANIZER_DATATAB_INCLUDED
+
#include "modinfodialogfwd.h"
#include "modinfo.h"
#include <filterwidget.h>
@@ -58,3 +61,5 @@ private:
void updateOptions();
void ensureFullyLoaded();
};
+
+#endif // MODORGANIZER_DATATAB_INCLUDED