mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-05-31 01:01:19 +00:00
* GSWeb.framework/GSWSession.h/m
([GSWSession permanentPageCacheSize], [GSWSession pageCacheSize]): Replace uint with unsigned int. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@19246 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
96c9ccb204
commit
51a473260d
3 changed files with 11 additions and 4 deletions
|
@ -759,7 +759,7 @@ RCS_ID("$Id$")
|
|||
|
||||
//--------------------------------------------------------------------
|
||||
//NDFN
|
||||
-(uint)permanentPageCacheSize
|
||||
-(unsigned int)permanentPageCacheSize
|
||||
{
|
||||
return [GSWApp permanentPageCacheSize];
|
||||
};
|
||||
|
@ -1097,7 +1097,7 @@ extern id gcObjectsToBeVisited;
|
|||
|
||||
//--------------------------------------------------------------------
|
||||
//NDFN
|
||||
-(uint)pageCacheSize
|
||||
-(unsigned int)pageCacheSize
|
||||
{
|
||||
return [GSWApp pageCacheSize];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue