summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJasper Lievisse Adriaanse <jasper@humppa.nl>2014-09-15 09:01:47 +0200
committerJasper Lievisse Adriaanse <jasper@humppa.nl>2014-09-15 14:12:41 +0200
commit45deae03e8d0d53de82de14fbe189930d7133592 (patch)
treed9c0212f622421a9816441d2bd318336b92cc203
parent1ee62000486bd146179555ea9645a210e30720f5 (diff)
downloadvte-45deae03e8d0d53de82de14fbe189930d7133592.tar.gz
Prevent redefinition of VteCharAttributes as that breaks GCC 4.2
-rw-r--r--src/vteterminal.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/vteterminal.h b/src/vteterminal.h
index d5dc0894..88e21b86 100644
--- a/src/vteterminal.h
+++ b/src/vteterminal.h
@@ -111,7 +111,6 @@ struct _VteTerminalClass {
};
/* The structure we return as the supplemental attributes for strings. */
-typedef struct _VteCharAttributes VteCharAttributes;
struct _VteCharAttributes {
/*< private >*/
long row, column;