Fixed a crash. Revision 354's addition of the 'mutable String hex_;' in class Color...
[synfig.git] / synfig-core / trunk / src / synfig / loadcanvas.h
index 96a928e..6d73fef 100644 (file)
@@ -2,7 +2,7 @@
 /*!    \file loadcanvas.h
 **     \brief writeme
 **
-**     $Id: loadcanvas.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
@@ -115,7 +115,7 @@ public:
        void set_path(const synfig::String& x) { path=x; }
 
        const synfig::String& get_path()const { return path; }
-       
+
        //! \todo writeme
        Canvas::Handle parse_from_file(const String &filename);