summaryrefslogtreecommitdiff
path: root/src/Gtk/State.dcl
diff options
context:
space:
mode:
Diffstat (limited to 'src/Gtk/State.dcl')
-rw-r--r--src/Gtk/State.dcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Gtk/State.dcl b/src/Gtk/State.dcl
index cbc86c1..7e56fcf 100644
--- a/src/Gtk/State.dcl
+++ b/src/Gtk/State.dcl
@@ -15,7 +15,7 @@ from Gtk.Signal import :: SignalHandlerInternal
, return :: !Bool
, signal_handlers :: !Map Int SignalHandlerInternal
, signal_counter :: !Int
- , shares :: !Map ShareId Dynamic
+ , shares :: !Map ShareId Dynamic // TODO: make this map strict to be able to free references in it
}
:: GtkM a =: GtkM (GtkState -> (a, GtkState))