diff options
Diffstat (limited to 'src/ring.h')
-rw-r--r-- | src/ring.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -76,6 +76,8 @@ public: Buffer() : ViewCurrent(), filename(NULL), savepoint_id(0), dirty(false) { + initialize(); + /* only have to do this once: */ set_representations(); } |