[Scopeapp-cvs]scopeapp/src ScopeView.h,1.8,1.8.2.1
Status: Alpha
Brought to you by:
narge
From: <sco...@li...> - 2002-12-06 15:04:27
|
Update of /cvsroot/scopeapp/scopeapp/src In directory sc8-pr-cvs1:/tmp/cvs-serv32743 Modified Files: Tag: scopeapp-gnustep ScopeView.h Log Message: Fixed header so it doesn't break OSX. Index: ScopeView.h =================================================================== RCS file: /cvsroot/scopeapp/scopeapp/src/ScopeView.h,v retrieving revision 1.8 retrieving revision 1.8.2.1 diff -C2 -d -r1.8 -r1.8.2.1 *** ScopeView.h 19 Oct 2002 06:39:31 -0000 1.8 --- ScopeView.h 6 Dec 2002 15:04:23 -0000 1.8.2.1 *************** *** 28,31 **** --- 28,39 ---- #import "TraceView.h" + #ifdef __APPLE__ + #import "GSVbox.h" + #import "GSHbox.h" + #else + #import <AppKit/GSHbox.h> + #import <AppKit/GSVbox.h> + #endif + @interface ScopeView : TraceView { // **** Controls **** |