Code

Cleaned up more of the gboolean to bool janitorial task...great!
[inkscape.git] / src / message-stack.h
index 4741cce1e4edd5791edede3abd13e6b4e7b1ead4..bcae24161d6eb29cc363fb4574bce160e523049c 100644 (file)
@@ -155,6 +155,7 @@ private:
 
     Message *_discard(Message *m); ///< frees a message struct and returns the next such struct in the list
     void _emitChanged(); ///< emits the "changed" signal
+    // JON: Have to keep this gboolean for legacy reasons of glib support
     static gboolean _timeout(gpointer data); ///< callback to expire flashed messages
 
     sigc::signal<void, MessageType, gchar const *> _changed_signal;