Skip to content

Commit 5e4d6d5

Browse files
remove function argument defaults
1 parent c7aebfc commit 5e4d6d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/modbus_shm.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ class Shm_Mapping final {
5858
std::size_t nb_input_bits,
5959
std::size_t nb_registers,
6060
std::size_t nb_input_registers,
61-
const std::string &shm_name_prefix = "modbus_",
62-
bool force = false);
61+
const std::string &shm_name_prefix,
62+
bool force);
6363

6464
~Shm_Mapping() = default;
6565

0 commit comments

Comments
 (0)