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