Fix the last commit so it doesn't modify the strings. I had added a colon to the...
[synfig.git] / synfig-studio / trunk / src / gtkmm / layertreestore.h
index 56537b9..6dd853c 100644 (file)
@@ -2,7 +2,7 @@
 /*!    \file layertreestore.h
 **     \brief Template Header
 **
-**     $Id: layertreestore.h,v 1.1.1.1 2005/01/07 03:34:36 darco Exp $
+**     $Id$
 **
 **     \legal
 **     Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley
@@ -93,7 +93,7 @@ public:
        */
 
 public:
-       
+
        //! TreeModel for the layers
        const Model model;
 
@@ -170,7 +170,7 @@ private:
        */
 
 public:
-       
+
        LayerTreeStore(etl::loose_handle<synfigapp::CanvasInterface> canvas_interface_);
        ~LayerTreeStore();
 
@@ -205,7 +205,7 @@ public:
        */
 
 public:
-       
+
        static Glib::RefPtr<LayerTreeStore> create(etl::loose_handle<synfigapp::CanvasInterface> canvas_interface_);