PathElement::*: implement id() method
[id3fs.git] / lib / ID3FS / PathElement / Boolean.pm
index 9189cf8..cf7ff80 100644 (file)
@@ -17,5 +17,6 @@ sub new
 }
 
 sub type { return "boolean"; }
+sub id { return shift->{id}; }
 
 1;