diff options
Diffstat (limited to '')
-rw-r--r-- | src/atom.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ namespace Bu | |||
27 | clear(); | 27 | clear(); |
28 | } | 28 | } |
29 | 29 | ||
30 | bool isSet() const | 30 | bool has() const |
31 | { | 31 | { |
32 | return (pData != NULL); | 32 | return (pData != NULL); |
33 | } | 33 | } |