Hello,

is it possible to add the following public function to class Window in
OSGWindow.h with just an empty implementation:

virtual void terminate(void);

void OSG::Window::terminate(void)
{
}

The reason I need this is that I have a composite viewer class which
handles different kind of windows generically. With the current
implmentation I need to cast manually in order to call the terminate
function.

Best,
Johannes



____________
Virus checked by G DATA AntiVirusKit
Version: AVF 21.88 from 09.06.2010
Virus news: www.antiviruslab.com

------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
Opensg-users mailing list
Opensg-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to