------- Additional Comments From mutz at kde dot org  2005-07-10 18:54 -------
> class Bar : public Foo {};  
 
Of course, that should read: 
class Bar : private Foo {}; 

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22395

Reply via email to