linux source changes, from atani

This commit is contained in:
cozman 2003-07-20 03:21:21 +00:00
parent 0ae3482088
commit 484ff0e456
5 changed files with 5 additions and 6 deletions

View File

@ -13,7 +13,7 @@
\brief Definition file for GContainer.
Definition file for GContainer, a barebones widget that can contain child widgets.
<br>$Id: GewiContainer.h,v 1.6 2003/06/09 03:28:59 cozman Exp $<br>
<br>$Id: GewiContainer.h,v 1.7 2003/07/20 03:21:21 cozman Exp $<br>
\author James Turk
**/
@ -40,7 +40,7 @@ class GContainer : public GWidget
<strong>reduce</strong> encapsulation. (For those keeping score, this is to many people the only effective use of
friend.)
**/
friend GWidget;
friend class Gewi::GWidget;
protected:
//! List of child widgets assigned to this container.

View File

@ -64,4 +64,4 @@ enum _GewiJustify
};
#endif //__gewidefines_h__
#endif //__gewidefines_h__

View File

@ -27,4 +27,4 @@
#include "ZEngine.h"
#include "GewiDefines.h"
#endif //__gewiincludes_h__
#endif //__gewiincludes_h__

View File

@ -120,4 +120,4 @@ int main(int argc, char *argv[])
ZEngine::ReleaseInstance();
return 0;
}
}

View File

@ -38,7 +38,6 @@
SDLmain.lib
OpenGL32.lib
SDL_mixer.lib
SDL_net.lib
SDL_image.lib
SDL_ttf.lib
ZEngineS.lib