diff --git a/include/verilated_imp.h b/include/verilated_imp.h index 3a3003437..f612c55f5 100644 --- a/include/verilated_imp.h +++ b/include/verilated_imp.h @@ -60,8 +60,8 @@ public: private: // MEMBERS - const vluint32_t m_mtaskId; // MTask that did enqueue - const std::function m_cb; // Lambda to execute when message received + vluint32_t m_mtaskId; // MTask that did enqueue + std::function m_cb; // Lambda to execute when message received public: // CONSTRUCTORS explicit VerilatedMsg(const std::function& cb)