om-synth
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Om-synth] changes in Tree.h


From: Dave Robillard
Subject: Re: [Om-synth] changes in Tree.h
Date: Thu, 12 Jan 2006 14:49:30 -0500

On Tue, 2006-10-01 at 19:19 -0200, Vinicius Santos wrote:
> In cvs, there are some assertions in the the Tree class destructor,
> but no header is included. Here is a fix.
> 
> Index: src/engine/Tree.h
> ===================================================================
> RCS file: /sources/om-synth/om-synth/src/engine/Tree.h,v
> retrieving revision 1.1
> diff -u -r1.1 Tree.h
> --- src/engine/Tree.h   13 Nov 2005 10:31:20 -0000      1.1
> +++ src/engine/Tree.h   10 Jan 2006 21:09:45 -0000
> @@ -19,6 +19,7 @@
> 
>  #include <cstdlib>
>  #include <string>
> +#include <cassert>
>  #include "MaidObject.h"
>  using std::string;

Fixed this last night, just beat you to it. :)  (I saw the bug on
Savannah)

Thanks.  I always forget that *#$(*$(# header...

-DR-





reply via email to

[Prev in Thread] Current Thread [Next in Thread]