diff --git a/src/windows-emulator/module/module_manager.hpp b/src/windows-emulator/module/module_manager.hpp index 927d5e67..6155a039 100644 --- a/src/windows-emulator/module/module_manager.hpp +++ b/src/windows-emulator/module/module_manager.hpp @@ -25,8 +25,8 @@ class module_manager mapped_module* map_module(const windows_path& file, const logger& logger, bool is_static = false); mapped_module* map_local_module(const std::filesystem::path& file, const logger& logger, bool is_static = false); - mapped_module* map_memory_module(uint64_t base_address, uint64_t image_size, - const std::string& module_name, const logger& logger, bool is_static = false); + mapped_module* map_memory_module(uint64_t base_address, uint64_t image_size, const std::string& module_name, + const logger& logger, bool is_static = false); mapped_module* find_by_address(const uint64_t address) {