discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] ImportError on make check


From: Johnathan Corgan
Subject: Re: [Discuss-gnuradio] ImportError on make check
Date: Wed, 31 Jan 2007 10:55:35 -0800
User-agent: Thunderbird 1.5.0.9 (X11/20070103)

Johnathan Corgan wrote:

> This looks like the mangled name of the destructor method for the
> gr_gnss_ca_source class.  Do you have this in the class declaration in
> the .h file and then defined in the .cc file somewhere?
> 
> gr_gnss_ca_source::gr_gnss_ca_source()
> {
> }

Er, that would be

gr_gnss_ca_source::~gr_gnss_ca_source()
{
}

...with the tilde indicating the destructor.

-Johnathan




reply via email to

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