mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 05:26:45 +08:00
refs #402, post merge feedback by MS
This commit is contained in:
@@ -77,10 +77,10 @@ namespace BlackMisc
|
||||
ITimestampObjectList();
|
||||
|
||||
//! Container
|
||||
virtual const CONTAINER &container() const = 0;
|
||||
const CONTAINER &container() const;
|
||||
|
||||
//! Container
|
||||
virtual CONTAINER &container() = 0;
|
||||
CONTAINER &container();
|
||||
};
|
||||
|
||||
} //namespace
|
||||
|
||||
Reference in New Issue
Block a user