Partially fix 1696331. This isn't the correct fix, but it does make at least the...
[synfig.git] / synfig-core / trunk / src / synfig / valuenode_timedswap.h
index 4dfbbc5..6081c50 100644 (file)
@@ -2,7 +2,7 @@
 /*!    \file valuenode_timedswap.h
 **     \brief Template Header
 **
-**     $Id: valuenode_timedswap.h,v 1.1.1.1 2005/01/04 01:23:15 darco Exp $
+**     $Id$
 **
 **     \legal
 **     Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley
@@ -39,7 +39,7 @@ struct ValueNode_TimedSwap : public LinkableValueNode
 {
        typedef etl::handle<ValueNode_TimedSwap> Handle;
        typedef etl::handle<const ValueNode_TimedSwap> ConstHandle;
-       
+
 private:
 
        ValueNode::RHandle before;
@@ -78,12 +78,12 @@ public:
 
        virtual ValueBase operator()(Time t)const;
 
-       virtual String get_name()const; 
+       virtual String get_name()const;
        virtual String get_local_name()const;
 //     static bool check_type(const ValueBase::Type &type);
 
 protected:
-       
+
        virtual LinkableValueNode* create_new()const;
 
 public: