Code

Resolves the year 1 problem on the calendar render extension.
[inkscape.git] / src / libnrtype / RasterFont.h
index 268b7c58fddedbd08f184078551d1e59fe183f18..015121b421df838dac2cfd9232dcc3961d49c833 100644 (file)
@@ -36,7 +36,7 @@ public:
     void                          Ref(void);
 
                // utility functions
-    NR::Point      Advance(int glyph_id);
+    Geom::Point      Advance(int glyph_id);
     void           BBox(int glyph_id,NRRect *area);         
 
                // attempts to load a glyph and return a raster_glyph on which you can call Blit