aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ring.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ring.h')
-rw-r--r--src/ring.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ring.h b/src/ring.h
index 35424dc..3b60833 100644
--- a/src/ring.h
+++ b/src/ring.h
@@ -76,6 +76,8 @@ public:
Buffer() : ViewCurrent(),
filename(NULL), savepoint_id(0), dirty(false)
{
+ initialize();
+ /* only have to do this once: */
set_representations();
}