Internals: Revert previous commit const for clang.
This commit is contained in:
parent
e87a726989
commit
393b9e435d
|
|
@ -60,8 +60,8 @@ public:
|
||||||
|
|
||||||
private:
|
private:
|
||||||
// MEMBERS
|
// MEMBERS
|
||||||
const vluint32_t m_mtaskId; // MTask that did enqueue
|
vluint32_t m_mtaskId; // MTask that did enqueue
|
||||||
const std::function<void()> m_cb; // Lambda to execute when message received
|
std::function<void()> m_cb; // Lambda to execute when message received
|
||||||
public:
|
public:
|
||||||
// CONSTRUCTORS
|
// CONSTRUCTORS
|
||||||
explicit VerilatedMsg(const std::function<void()>& cb)
|
explicit VerilatedMsg(const std::function<void()>& cb)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue