mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-20 04:25:42 +08:00
refs #848, some upfront cleanup
This commit is contained in:
committed by
Mathew Sutcliffe
parent
c94584a19f
commit
c20b54466f
@@ -36,7 +36,7 @@ namespace BlackMisc
|
||||
CIdentifier getCurrentTimestampIdentifier() const;
|
||||
|
||||
//! My identifier?
|
||||
bool isMyIdentifier(const CIdentifier &otherIdentifier) { return m_identifier == otherIdentifier; }
|
||||
bool isMyIdentifier(const CIdentifier &otherIdentifier) const { return m_identifier == otherIdentifier; }
|
||||
|
||||
protected:
|
||||
//! Use literal based object name
|
||||
|
||||
Reference in New Issue
Block a user