Code

Add missing include\.
[inkscape.git] / src / widgets / sp-widget.cpp
index afa707904b423f56528e4c6a70a174ae37a9b3d6..f694c461ce5ca877eafdf5ccf998c500b906d39a 100644 (file)
@@ -46,6 +46,10 @@ static guint signals[LAST_SIGNAL] = {0};
 GtkType
 sp_widget_get_type (void)
 {
+    //TODO: switch to GObject
+    // GtkType and such calls were deprecated a while back with the
+    // introduction of GObject as a separate layer, with GType instead. --JonCruz
+
        static GtkType type = 0;
        if (!type) {
                static const GtkTypeInfo info = {