Subject: Re: problems compiling libg++-2.7.0a
To: None <s_frueau@ira.uka.de>
From: Anatoly Raportirenko <ram@cv.jinr.dubna.su>
List: current-users
Date: 07/15/1995 20:04:57
Delete underscore in _begx , _begy, _maxx, _maxy
*** libg++-2.7.0/libg++/src/CursesW.h.orig      Sat Jun 17 01:43:17 1995
--- libg++-2.7.0/libg++/src/CursesW.h   Wed Jul  5 12:01:00 1995
***************
*** 358,377 ****
  inline int CursesWindow::begx()
  {
!   return w->_begx;
  }
  
  inline int CursesWindow::begy()
  {
!   return w->_begy;
  }
  
  inline int CursesWindow::maxx()
  {
!   return w->_maxx;
  }
  
  inline int CursesWindow::maxy()
  {
!   return w->_maxy;
  }
  
--- 358,377 ----
  inline int CursesWindow::begx()
  {
!   return w->begx;
  }
  
  inline int CursesWindow::begy()
  {
!   return w->begy;
  }
  
  inline int CursesWindow::maxx()
  {
!   return w->maxx;
  }
  
  inline int CursesWindow::maxy()
  {
!   return w->maxy;
  }