Code

Use subdirectories with icon sizes.
[inkscape.git] / src / libnr / in-svg-plane.h
index 901fc748fbac77f8e7774ef2b72ce3029b3c525e..c1937f0fc57640035058325745c8a651e75b3a6a 100644 (file)
@@ -15,7 +15,7 @@
 inline bool
 in_svg_plane(NR::Point const p)
 {
-    return NR::LInfty(p) < 1e18;
+    return Geom::LInfty(p) < 1e18;
 }
 
 
@@ -30,4 +30,4 @@ in_svg_plane(NR::Point const p)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :