fix read me
This commit is contained in:
@@ -11,7 +11,7 @@ namespace hack::patterns
|
||||
identificator() { m_id = m_counter; ++m_counter; }
|
||||
|
||||
public:
|
||||
T m_id;
|
||||
T m_id;
|
||||
|
||||
private:
|
||||
static inline T m_counter = 0;
|
||||
|
||||
Reference in New Issue
Block a user