Typo: 'rectaingles' -> 'rectangles'.
[synfig.git] / synfig-core / trunk / src / synfig / importer.h
index ebc776f..62c410e 100644 (file)
@@ -2,7 +2,7 @@
 /*!    \file importer.h
 **     \brief writeme
 **
-**     $Id: importer.h,v 1.1.1.1 2005/01/04 01:23:14 darco Exp $
+**     $Id$
 **
 **     \legal
 **     Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley
@@ -76,9 +76,9 @@ public:
        typedef Importer* (*Factory)(const char *filename);
        typedef std::map<String,Factory> Book;
        static Book* book_;
-       
+
        static Book& book();
-       
+
        static bool subsys_init();
        static bool subsys_stop();
 
@@ -96,7 +96,7 @@ public:
 
        Gamma& gamma() { return gamma_; }
        const Gamma& gamma()const { return gamma_; }
-       
+
        virtual ~Importer();
 
        //! Gets a frame and puts it into \a surface