diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2013-02-18 14:00:43 +0100 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2013-02-18 14:00:43 +0100 |
| commit | 67971995f8bef4821d4afee226947f9a5ec88ec8 (patch) | |
| tree | 978a0512973e09ae3c7622df60d3196066181a6f /src/editor.hh | |
| parent | bd5955c7378948c6694dac6a95b231fa13405da7 (diff) | |
Fix class/struct mismatches
Diffstat (limited to 'src/editor.hh')
| -rw-r--r-- | src/editor.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/editor.hh b/src/editor.hh index f51182a1..8df5f55a 100644 --- a/src/editor.hh +++ b/src/editor.hh @@ -87,7 +87,7 @@ public: bool is_editing() const { return m_edition_level!= 0; } private: - friend class scoped_edition; + friend struct scoped_edition; void begin_edition(); void end_edition(); |
