From ddba971ebb304512ba9e0a01b77ec71b59b977b6 Mon Sep 17 00:00:00 2001 From: maxim nikonov Date: Fri, 6 Feb 2026 03:20:53 +0500 Subject: wip --- fluid/io/Code_Writer.cxx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'fluid/io/Code_Writer.cxx') diff --git a/fluid/io/Code_Writer.cxx b/fluid/io/Code_Writer.cxx index 9460a6ac0..f451d187e 100644 --- a/fluid/io/Code_Writer.cxx +++ b/fluid/io/Code_Writer.cxx @@ -27,14 +27,12 @@ #include -#include #include #include #include using namespace fld; using namespace fld::io; -using namespace fld::proj; // ---- Fd_Id_Map implementation ---- @@ -915,9 +913,9 @@ Code_Writer::~Code_Writer() \param[in] type FD_TAG_GENERIC, FD_TAG_CODE, FD_TAG_MENU_CALLBACK, or FD_TAG_WIDGET_CALLBACK \param[in] uid the unique id of the current type */ -void Code_Writer::tag(proj::Mergeback::Tag prev_type, proj::Mergeback::Tag next_type, unsigned short uid) { +void Code_Writer::tag(Mergeback::Tag prev_type, Mergeback::Tag next_type, unsigned short uid) { if (proj_.write_mergeback_data) { - Mergeback::print_tag(code_file, prev_type, next_type, uid, (uint32_t)block_crc_); + ::Mergeback::print_tag(code_file, prev_type, next_type, uid, (uint32_t)block_crc_); } block_crc_ = crc32(0, 0, 0); } -- cgit v1.2.3