summaryrefslogtreecommitdiff
path: root/src/Chain.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Chain.h')
-rw-r--r--src/Chain.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Chain.h b/src/Chain.h
index 16c5eb9..f3ec83f 100644
--- a/src/Chain.h
+++ b/src/Chain.h
@@ -24,7 +24,6 @@
struct Chain {
Chain* next;
-private:
};
#endif