Improve the algorithm for determining the number of tick marks to put between pairs...
[synfig.git] / synfig-studio / trunk / src / gtkmm / dock_info.h
index 390a973..a324f86 100644 (file)
@@ -2,7 +2,7 @@
 /*!    \file dock_info.h
 **     \brief Info Dock Header
 **
-**     $Id: dock_info.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
@@ -47,7 +47,7 @@ class Dock_Info : public Dock_CanvasSpecific
        Gtk::Label  r,g,b,a;
        Gtk::Label      x,y;
 
-       SigC::Connection mousecon;
+       sigc::connection mousecon;
 
        void on_mouse_move();