summaryrefslogtreecommitdiff
path: root/ace/Singleton.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-01-04 00:06:38 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-01-04 00:06:38 +0000
commit70d108545611dbb86049d0109ef4a7ab1ef6289e (patch)
tree790c9b07d5eac35a82ae7d9f5e7b59a6243a4b2c /ace/Singleton.h
parent1c44106287219a05ddbff09df4574b90777040ae (diff)
downloadATCD-70d108545611dbb86049d0109ef4a7ab1ef6289e.tar.gz
foo
Diffstat (limited to 'ace/Singleton.h')
-rw-r--r--ace/Singleton.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Singleton.h b/ace/Singleton.h
index 7761acf53c4..a1503183300 100644
--- a/ace/Singleton.h
+++ b/ace/Singleton.h
@@ -35,7 +35,7 @@ public:
static TYPE *instance (void);
// Global access point to the Singleton.
- void dump (void) const;
+ static void dump (void);
// Dump the state of the object.
protected: