Skip to content

Commit

Permalink
fix(libsinsp): fix -WReorder warning
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Guerra <luca@guerra.sh>
  • Loading branch information
LucaGuerra authored and poiana committed Dec 19, 2023
1 parent ee01ba2 commit 0eb9445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion userspace/libsinsp/container.cpp
Expand Up @@ -43,8 +43,8 @@ limitations under the License.
using namespace libsinsp;

sinsp_container_manager::sinsp_container_manager(sinsp* inspector, bool static_container, const std::string static_id, const std::string static_name, const std::string static_image) :
m_inspector(inspector),
m_last_flush_time_ns(0),
m_inspector(inspector),
m_static_container(static_container),
m_static_id(static_id),
m_static_name(static_name),
Expand Down

0 comments on commit 0eb9445

Please sign in to comment.