summaryrefslogtreecommitdiff
path: root/ace/Handle_Set.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-05-21 05:06:17 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-05-21 05:06:17 +0000
commita9ed61b14817cf00e94082614b98422836664aa3 (patch)
tree1a8e384cd18200a827944640abc00fa00e2cf1c5 /ace/Handle_Set.h
parenta44a8a1792d66d3a30615c7d5e58c892eab90a37 (diff)
downloadATCD-a9ed61b14817cf00e94082614b98422836664aa3.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/Handle_Set.h')
-rw-r--r--ace/Handle_Set.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Handle_Set.h b/ace/Handle_Set.h
index ea2751419d2..ef01db484e6 100644
--- a/ace/Handle_Set.h
+++ b/ace/Handle_Set.h
@@ -105,7 +105,7 @@ private:
void set_max (ACE_HANDLE max);
// Resets the MAX_FD after a clear of the original MAX_FD.
- static const char nbits_[ACE_Handle_Set::NBITS];
+ static const char nbits_[NBITS];
// Table that maps bytes to counts of the enabled bits.
};