aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/error.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/error.h')
-rw-r--r--src/error.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/error.h b/src/error.h
index f4dbfbf..62063ff 100644
--- a/src/error.h
+++ b/src/error.h
@@ -47,10 +47,10 @@ public:
};
class Error {
- gchar *description;
GSList *frames;
public:
+ gchar *description;
gint pos;
gint line, column;