home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / progc / fixed300.arj / CPMS0002.CPP < prev    next >
Encoding:
C/C++ Source or Header  |  1991-06-01  |  226 b   |  19 lines

  1. #if 0
  2. From: Eric Engstrom
  3. Subject: Causes a protection fault when compiling
  4. Status: Fixed in 3.0
  5. #endif
  6.  
  7.  
  8. struct cButton
  9.   {
  10.   };
  11.  
  12.  
  13.  
  14. void Print()
  15.   {
  16.     mutton(this);
  17.     cButton::sView->updateRegion();
  18.   }
  19.