diff options
author | Murray Cumming <murrayc@murrayc.com> | 2004-09-26 07:49:25 +0000 |
---|---|---|
committer | Murray Cumming <murrayc@src.gnome.org> | 2004-09-26 07:49:25 +0000 |
commit | e534408b3ab44c1ed02ef816ce0298d14ce9c2a3 (patch) | |
tree | 280640becd46a06ab5ca6d5ad81dc1684ee60504 /examples/thread | |
parent | 777313984c21e5a65e1b33e917a1ec51c1d22238 (diff) | |
download | glibmm-e534408b3ab44c1ed02ef816ce0298d14ce9c2a3.tar.gz |
Regenerated with h2defs.py Added optionentry.[hg|ccg],
2004-09-26 Murray Cumming <murrayc@murrayc.com>
* glib/src/glib_functions.defs: Regenerated with h2defs.py
* glib/src/: Added optionentry.[hg|ccg], optiongroup.[hg|ccg],
optioncontext.[hg|ccg].
Diffstat (limited to 'examples/thread')
-rw-r--r-- | examples/thread/dispatcher.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/thread/dispatcher.cc b/examples/thread/dispatcher.cc index 62c30c08..b6446d5a 100644 --- a/examples/thread/dispatcher.cc +++ b/examples/thread/dispatcher.cc @@ -24,7 +24,7 @@ class ThreadProgress { public: explicit ThreadProgress(int id); - ~ThreadProgress(); + virtual ~ThreadProgress(); void launch(); void join(); |