Remove .gitignore do nothing is ignored.
[synfig.git] / synfig-core / trunk / src / synfig / activepoint.h
index cdd7915..74e2edc 100644 (file)
@@ -7,6 +7,7 @@
 **
 **     \legal
 **     Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley
+**     Copyright (c) 2007 Chris Moore
 **
 **     This package is free software; you can redistribute it and/or
 **     modify it under the terms of the GNU General Public License as
@@ -62,7 +63,7 @@ public:
        bool operator<(const Time& rhs) { return time<rhs; }
 
        Activepoint(const Time &time, const bool &state, int p=0): time(time), priority(p),state(state) { }
-       //! \todo Should priority be initialised here, or elsewhere?  This avoids a valgrind warning for now.
+       //! \todo Should priority be initialized here, or elsewhere?  This avoids a valgrind warning for now.
        Activepoint(): priority(0) { }
 
        const Time& get_time()const { return time; }