Made the attribute type accessible read-only.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6711 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
9ee2211f9a
commit
32069a88fa
@ -33,6 +33,7 @@ class DataEditor : public BLocker {
|
||||
//bool IsModified() const { return fIsModified; }
|
||||
|
||||
const char *Attribute() const { return fAttribute; }
|
||||
type_code Type() const { return fType; }
|
||||
|
||||
status_t InitCheck();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user