From 35c49d62d7f5666f437ded080bcc1a2386b96dc6 Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Sun, 1 Jul 2012 16:11:14 -0700 Subject: [PATCH] Fix a class/struct disparity --- highlight.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/highlight.h b/highlight.h index 3d4a4fe8e..339929cf3 100644 --- a/highlight.h +++ b/highlight.h @@ -71,7 +71,7 @@ #define HIGHLIGHT_AUTOSUGGESTION 0x2000 class history_item_t; -class file_detection_context_t; +struct file_detection_context_t; /** Perform syntax highlighting for the shell commands in buff. The result is