aboutsummaryrefslogtreecommitdiff
path: root/src/stable/atom.h
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2014-02-03 07:02:42 +0000
committerMike Buland <eichlan@xagasoft.com>2014-02-03 07:02:42 +0000
commit0520eadabd18a1e21929002a66885f91856f8a02 (patch)
tree27230839fe02b20f89c43edeeed6b57d48dfc8f0 /src/stable/atom.h
parent3769f85c80ffeb403c5310aa4a1e1914f90219a3 (diff)
downloadlibbu++-0520eadabd18a1e21929002a66885f91856f8a02.tar.gz
libbu++-0520eadabd18a1e21929002a66885f91856f8a02.tar.bz2
libbu++-0520eadabd18a1e21929002a66885f91856f8a02.tar.xz
libbu++-0520eadabd18a1e21929002a66885f91856f8a02.zip
Compiles with LLVM 3.4 as well now.
Diffstat (limited to 'src/stable/atom.h')
-rw-r--r--src/stable/atom.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stable/atom.h b/src/stable/atom.h
index 7cef92a..88d0419 100644
--- a/src/stable/atom.h
+++ b/src/stable/atom.h
@@ -23,7 +23,7 @@ namespace Bu
23 class Atom 23 class Atom
24 { 24 {
25 private: 25 private:
26 typedef struct Atom<t, talloc> MyType; 26 typedef class Atom<t, talloc> MyType;
27 27
28 public: 28 public:
29 Atom() : 29 Atom() :