Parent Directory
|
Revision Log
Add patch to fix building with gcc-4.7. Thanks to Branko BAdrljica in bug #409197. (Portage version: 2.1.10.49/cvs/Linux i686)
| 1 | --- a/y4mdenoise/MotionSearcher.hh |
| 2 | +++ b/y4mdenoise/MotionSearcher.hh |
| 3 | @@ -2196,7 +2196,7 @@ |
| 4 | { |
| 5 | // This region is too small to be bothered with. |
| 6 | // Just get rid of it. |
| 7 | - DeleteRegion (a_pRegion); |
| 8 | + this->DeleteRegion (a_pRegion); |
| 9 | } |
| 10 | else |
| 11 | { |
| ViewVC Help | |
| Powered by ViewVC 1.1.13 |