]> mj.ucw.cz Git - leo.git/blobdiff - svg.h
Support for reading of shape files (partial)
[leo.git] / svg.h
diff --git a/svg.h b/svg.h
index 09f8bd3be6fdee7b0ff52f2dc80b60cfa36cbc78..c9520c44bd5e7f326cb56da50584b68e0acb8c6f 100644 (file)
--- a/svg.h
+++ b/svg.h
@@ -4,8 +4,8 @@
  *     (c) 2014 Martin Mares <mj@ucw.cz>
  */
 
-#ifndef _BRUM_SVG_H
-#define _BRUM_SVG_H
+#ifndef _LEO_SVG_H
+#define _LEO_SVG_H
 
 // FIXME: Passing SVG pointers everywhere is ugly, using global context less so.