Resa const la funzione items.
git-svn-id: svn://10.65.10.50/trunk@42 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
f18f97314b
commit
224ec2c260
@ -36,9 +36,9 @@ class TAssoc_array : public TObject
|
|||||||
|
|
||||||
THash_object* _lookup(const char* k, bool& isnew, bool insert = FALSE);
|
THash_object* _lookup(const char* k, bool& isnew, bool insert = FALSE);
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
|
||||||
int items() { return _cnt; }
|
int items() const { return _cnt; }
|
||||||
|
|
||||||
void destroy();
|
void destroy();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user