aboutsummaryrefslogtreecommitdiff
path: root/src/tests
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2007-11-15 21:43:26 +0000
committerMike Buland <eichlan@xagasoft.com>2007-11-15 21:43:26 +0000
commit305d608fe508b8e2c31df9282cc6f987260a76b1 (patch)
treedfd4b585721f5ee6552dd4c3a3637e3b65110756 /src/tests
parent60704e94fd8cea25a2b2947710a7ba3b675acb33 (diff)
downloadlibbu++-305d608fe508b8e2c31df9282cc6f987260a76b1.tar.gz
libbu++-305d608fe508b8e2c31df9282cc6f987260a76b1.tar.bz2
libbu++-305d608fe508b8e2c31df9282cc6f987260a76b1.tar.xz
libbu++-305d608fe508b8e2c31df9282cc6f987260a76b1.zip
Final changes moving to the actually liscense-ified version, plus I fixed a
compile error I introduced last commit.
Diffstat (limited to 'src/tests')
-rw-r--r--src/tests/atom.cpp2
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
16int main() 16int 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();