This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug ada/34290] Problem with procedure visibility at the prefixed view call



------- Comment #3 from sam at gcc dot gnu dot org  2007-11-30 09:51 -------
As a workaround, it looks like you can use an explicit dereference instead of
an implicit one for the Set_Central_Widget call:


Main_Windows.Impl.Main_Window_Impl (Result.all)'Access.Set_Central_Widget
  (Main_Windows.Impl.Main_Window_Impl (Result.all).Text_Edit);


-- 


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]