Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!UUNET.UU.NET!bsw!adam From: bsw!adam@UUNET.UU.NET (Adam de Boor) Newsgroups: gnu.g++.bug Subject: problems with InterViews Message-ID: <8904211930.AA05344@promethium.bsw.com> Date: 21 Apr 89 19:30:25 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 10 version 2.4 of InterViews has the following hierarchy: Terminal -> MonoScene -> Scene -> Interactor the terminal class has an instance variable of class TextBuffer (which is a subclass of Interactor) from which it attempts to get the variables xmax and ymax, which are protected instance variables from the Interactor class. g++ (1.34.2) complains that these two are protected and hence inaccessible. Is this correct? Thanks, a