From 0520eadabd18a1e21929002a66885f91856f8a02 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Mon, 3 Feb 2014 07:02:42 +0000 Subject: Compiles with LLVM 3.4 as well now. --- src/stable/atom.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/stable/atom.h') 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 class Atom { private: - typedef struct Atom MyType; + typedef class Atom MyType; public: Atom() : -- cgit v1.2.3