summaryrefslogtreecommitdiffstats
path: root/api/logic/meta/BaseEntity.h
diff options
context:
space:
mode:
Diffstat (limited to 'api/logic/meta/BaseEntity.h')
-rw-r--r--api/logic/meta/BaseEntity.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/api/logic/meta/BaseEntity.h b/api/logic/meta/BaseEntity.h
index 4483beab..4c74b1a7 100644
--- a/api/logic/meta/BaseEntity.h
+++ b/api/logic/meta/BaseEntity.h
@@ -20,6 +20,7 @@
#include "QObjectPtr.h"
#include "multimc_logic_export.h"
+#include "net/Mode.h"
class Task;
namespace Meta
@@ -54,7 +55,7 @@ public:
bool isLoaded() const;
bool shouldStartRemoteUpdate() const;
- void load();
+ void load(Net::Mode loadType);
shared_qobject_ptr<Task> getCurrentTask();
protected: /* methods */