diff options
Diffstat (limited to 'src/libs/gui/ThreadedLoader.hpp')
-rw-r--r-- | src/libs/gui/ThreadedLoader.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/gui/ThreadedLoader.hpp b/src/libs/gui/ThreadedLoader.hpp index a08ee158..e65470f7 100644 --- a/src/libs/gui/ThreadedLoader.hpp +++ b/src/libs/gui/ThreadedLoader.hpp @@ -67,7 +67,7 @@ public: MetadataMap engine_data, optional<Path> engine_parent, optional<const string&> engine_name = optional<const string&>(), - optional<size_t> engine_poly = optional<size_t>()); + optional<uint32_t> engine_poly = optional<uint32_t>()); void save_patch(SharedPtr<PatchModel> model, const string& filename); |