summaryrefslogtreecommitdiff
path: root/src/json_ui.hh
diff options
context:
space:
mode:
authorMaxime Coste <frrrwww@gmail.com>2016-03-14 13:38:46 +0000
committerMaxime Coste <frrrwww@gmail.com>2016-03-14 13:41:20 +0000
commit7ecd65e1afc2ab193c01211a5feb6f97fa305d25 (patch)
tree171e5d90ff4afae38240fdcac6a0d76efc42b878 /src/json_ui.hh
parent3a699c8ac38b7bf22c586ef06312f2360a054f86 (diff)
Code cleanups
Diffstat (limited to 'src/json_ui.hh')
-rw-r--r--src/json_ui.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/json_ui.hh b/src/json_ui.hh
index 563ff997..3ebbafbb 100644
--- a/src/json_ui.hh
+++ b/src/json_ui.hh
@@ -8,7 +8,7 @@
namespace Kakoune
{
-class Value;
+struct Value;
class JsonUI : public UserInterface
{