Network: made InterfaceListItem::Name() const.

This commit is contained in:
Axel Dörfler
2015-03-27 13:22:28 +01:00
parent 5274e9b004
commit 25ed074fd1
+1 -1
View File
@@ -30,7 +30,7 @@ public:
BRect bounds, bool complete);
void Update(BView* owner, const BFont* font);
inline const char* Name() { return fInterface.Name(); }
inline const char* Name() const { return fInterface.Name(); }
virtual void ConfigurationUpdated(const BMessage& message);