diff options
author | Han-Wen Nienhuys <hanwen@xs4all.nl> | 1999-02-17 10:39:09 +0100 |
---|---|---|
committer | Han-Wen Nienhuys <hanwen@xs4all.nl> | 1999-02-17 10:39:09 +0100 |
commit | 25c92bfff1189d93b80cdef0da0d570d14834c8d (patch) | |
tree | 87e8a752a5375225fc6bb06cf0f3c06fa42cabfc /lily/item.cc | |
parent | 1f72695816f79df61958fc3649591fbf6b95a05a (diff) |
release: 1.1.31
Diffstat (limited to 'lily/item.cc')
-rw-r--r-- | lily/item.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lily/item.cc b/lily/item.cc index d5a9b7959d..fe15e3673a 100644 --- a/lily/item.cc +++ b/lily/item.cc @@ -143,9 +143,9 @@ Item* Item::find_prebroken_piece (Direction breakstatus) const { if (!breakstatus) - return (Item *)(this); // ugh + return (Item *) (this); // ugh else - return dynamic_cast<Item*>( broken_to_drul_[breakstatus]); + return dynamic_cast<Item*> (broken_to_drul_[breakstatus]); } void |