Commit 3e98c0ee authored by Dominik Charousset's avatar Dominik Charousset

Fix reorder warning

parent 9205f6fa
...@@ -101,8 +101,8 @@ actor_system_config::actor_system_config() ...@@ -101,8 +101,8 @@ actor_system_config::actor_system_config()
slave_mode(false), slave_mode(false),
logger_filename(logger_file_name), logger_filename(logger_file_name),
logger_filter(logger_component_filter), logger_filter(logger_component_filter),
slave_mode_fun(nullptr), config_file_path("caf-application.ini"),
config_file_path("caf-application.ini") { slave_mode_fun(nullptr) {
// add `vector<T>` and `stream<T>` for each statically known type // add `vector<T>` and `stream<T>` for each statically known type
add_message_type_impl<stream<actor>>("stream<@actor>"); add_message_type_impl<stream<actor>>("stream<@actor>");
add_message_type_impl<stream<actor_addr>>("stream<@addr>"); add_message_type_impl<stream<actor_addr>>("stream<@addr>");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment