summaryrefslogtreecommitdiff
path: root/glib/src/markup.hg
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@usa.net>2004-02-10 14:26:07 +0000
committerMurray Cumming <murrayc@src.gnome.org>2004-02-10 14:26:07 +0000
commitfc8dea9ce4bcf8963ccf0022c2493143406e3fc9 (patch)
tree919c768fb9ed0f6c0f6c27b2acd687bc0bbfe387 /glib/src/markup.hg
parent81738d5465fee36af441e6a0cbe5ffcd1b874f8b (diff)
downloadglibmm-fc8dea9ce4bcf8963ccf0022c2493143406e3fc9.tar.gz
glibmm now uses libsigc++ 2 instead of libsigc++ 1.2. See bug #125061 for
2004-02-10 Murray Cumming <murrayc@usa.net> * glibmm now uses libsigc++ 2 instead of libsigc++ 1.2. See bug #125061 for more details. We must update CHANGES later.
Diffstat (limited to 'glib/src/markup.hg')
-rw-r--r--glib/src/markup.hg4
1 files changed, 2 insertions, 2 deletions
diff --git a/glib/src/markup.hg b/glib/src/markup.hg
index ee881eb7..d0b61e1f 100644
--- a/glib/src/markup.hg
+++ b/glib/src/markup.hg
@@ -165,7 +165,7 @@ class ParserCallbacks;
* error from a method, Glib::Markup::ParseContext::parse() will report that
* error back to its caller.
*/
-class Parser : public SigC::Object
+class Parser : public sigc::trackable
{
public:
typedef std::map<Glib::ustring, Glib::ustring, Glib::Markup::AttributeKeyLess> AttributeMap;
@@ -258,7 +258,7 @@ private:
* occur; once an error occurs, the parse context can't continue to parse text
* (you have to destroy it and create a new parse context).
*/
-class ParseContext : public SigC::Object
+class ParseContext : public sigc::trackable
{
public:
/** Creates a new parse context.