aboutsummaryrefslogtreecommitdiff
path: root/src/stable/atom.h
diff options
context:
space:
mode:
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() :