summaryrefslogtreecommitdiff
path: root/examples/thread/dispatcher.cc
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2004-09-26 07:49:25 +0000
committerMurray Cumming <murrayc@src.gnome.org>2004-09-26 07:49:25 +0000
commite534408b3ab44c1ed02ef816ce0298d14ce9c2a3 (patch)
tree280640becd46a06ab5ca6d5ad81dc1684ee60504 /examples/thread/dispatcher.cc
parent777313984c21e5a65e1b33e917a1ec51c1d22238 (diff)
downloadglibmm-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/dispatcher.cc')
-rw-r--r--examples/thread/dispatcher.cc2
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();