documented (nearly) ever class
This commit is contained in:
@@ -31,3 +31,8 @@ Item::Type Folder::type() const
|
||||
{
|
||||
return kFolder;
|
||||
}
|
||||
|
||||
bool Folder::CanHaveChildren() const
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user