summaryrefslogtreecommitdiffstats
path: root/sinksh/state.h
diff options
context:
space:
mode:
Diffstat (limited to 'sinksh/state.h')
-rw-r--r--sinksh/state.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sinksh/state.h b/sinksh/state.h
index 3c4c2c7..2a0eb7c 100644
--- a/sinksh/state.h
+++ b/sinksh/state.h
@@ -47,6 +47,5 @@ public:
47 47
48private: 48private:
49 class Private; 49 class Private;
50 Private * const d; 50 Private *const d;
51}; 51};
52