diff options
Diffstat (limited to '')
-rw-r--r-- | src/tests/atom.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/atom.cpp b/src/tests/atom.cpp index cd5c373..7b8228c 100644 --- a/src/tests/atom.cpp +++ b/src/tests/atom.cpp | |||
@@ -16,7 +16,7 @@ typedef struct bob | |||
16 | int main() | 16 | int main() |
17 | { | 17 | { |
18 | Bu::Atom<int> aInt; | 18 | Bu::Atom<int> aInt; |
19 | Bu::Atom<char *> aStr; | 19 | Bu::Atom<const char *> aStr; |
20 | Bu::Atom<bob> aBob; | 20 | Bu::Atom<bob> aBob; |
21 | 21 | ||
22 | aBob = bob(); | 22 | aBob = bob(); |