Revision 1494 introduced a bug in the bline tool. Dragging a tangent while drawing...
authordooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Mon, 28 Jan 2008 14:23:41 +0000 (14:23 +0000)
committerdooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Mon, 28 Jan 2008 14:23:41 +0000 (14:23 +0000)
commite5a5ede2bc37353016f6c3530234f827eccf538e
tree04da360ec4f47690c3c4101b3271999098a350b3
parentefbcf315453f337ecabbe8dfabfe908a09d0c646
Revision 1494 introduced a bug in the bline tool.  Dragging a tangent while drawing would only show one tangent duck, not two.  This was caused by the hash<T> class no hashing the characters pointed to by a char*, but hashing the pointer itself now.  See the first mention of 'char*' in open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1456.html .

git-svn-id: http://svn.voria.com/code@1516 1f10aa63-cdf2-0310-b900-c93c546f37ac
synfig-core/trunk/configure.ac
synfig-core/trunk/src/synfig/guid.cpp
synfig-studio/trunk/configure.ac
synfig-studio/trunk/src/gtkmm/duck.h
synfig-studio/trunk/src/gtkmm/duckmatic.h