On Sun, Jul 10, 2005 at 09:36:29PM +0200, Carlos Vidal wrote:
> On 7/10/05, Brian Hechinger <[EMAIL PROTECTED]> wrote:
> > i certainly am.  now the whole thing in lib/ builds, and we die in src/ 
> > with:
> > 
> > "Window.hh", line 164: Error: BlackboxWindow::ClientState is not accessible 
> > from BlackboxWindow::_client.
> > 1 Error(s) detected.
> > 
> > almost there!!  ;)
> 
> :-))
> 
> Move the declaration of struct ClientState outside the class
> declaration. Apparently the compiler doesn't like nested types. I did
> a grep of the sources and ClientState is only used in _client, so it
> is safe to move it out.

i moved it and it didn't care for that one bit.  do you have a recommendation
as to where it should go?  C++'s scope isn't something i fully understand.

thanks!

-brian
-- 
"I fear death only slightly more than I hate my life."   --8-bit Theater

-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
List archives:  http://asgardsrealm.net/lurker/splash/index.html

Reply via email to