paragui-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[paragui-cvs] CVS: paragui/src/font facecache.h,1.1.1.1,1.1.1.1.6.1


From: Alexander Pipelka <address@hidden>
Subject: [paragui-cvs] CVS: paragui/src/font facecache.h,1.1.1.1,1.1.1.1.6.1
Date: Wed, 29 May 2002 18:11:48 -0400

Update of /cvsroot/paragui/paragui/src/font
In directory subversions:/tmp/cvs-serv15065/src/font

Modified Files:
      Tag: devel-1-0
        facecache.h 
Log Message:
GCC 3.1 compilation fixes
Thanks Guillaume Cottenceau <address@hidden>



Index: facecache.h
===================================================================
RCS file: /cvsroot/paragui/paragui/src/font/facecache.h,v
retrieving revision 1.1.1.1
retrieving revision 1.1.1.1.6.1
diff -C2 -r1.1.1.1 -r1.1.1.1.6.1
*** facecache.h 15 Apr 2002 13:22:11 -0000      1.1.1.1
--- facecache.h 29 May 2002 22:11:45 -0000      1.1.1.1.6.1
***************
*** 1,2 ****
--- 1,3 ----
+ #include "paragui.h"
  #include "pgdatacontainer.h"
  
***************
*** 30,34 ****
  };
  
! typedef STL_MAP<int, PG_GlyphCacheItem*> PG_GlyphCache;
  
  class PG_FontFaceCacheItem {
--- 31,35 ----
  };
  
! typedef std::map<int, PG_GlyphCacheItem*> PG_GlyphCache;
  
  class PG_FontFaceCacheItem {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]