Hi Andreas,
dedner at dune-project.org schrieb am Sa, 17. Okt 2009, um 22:13:41 +0200:
> + return (level_ == -1) ? item_->level() : item_->level();
without knowing what this line of code is supposed to do, the use of
the "?" operator is looking rather pointless to me... :)
Greetings,
Sven