diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2014-03-24 21:33:36 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2014-03-24 21:33:36 -0700 |
commit | 380bc1de6fe3f8ff5ad576938edc946e7125ed70 (patch) | |
tree | 9ef7d69608d98888eb0af712ce870cee6783a462 /src/spell-convert/ast.hpp | |
parent | 61a7b2f2fd221386d680329b358a0cadd9e60986 (diff) | |
download | tmwa-380bc1de6fe3f8ff5ad576938edc946e7125ed70.tar.gz tmwa-380bc1de6fe3f8ff5ad576938edc946e7125ed70.tar.bz2 tmwa-380bc1de6fe3f8ff5ad576938edc946e7125ed70.tar.xz tmwa-380bc1de6fe3f8ff5ad576938edc946e7125ed70.zip |
Hopefully fix the build
Diffstat (limited to 'src/spell-convert/ast.hpp')
-rw-r--r-- | src/spell-convert/ast.hpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/spell-convert/ast.hpp b/src/spell-convert/ast.hpp index a830463..afb280a 100644 --- a/src/spell-convert/ast.hpp +++ b/src/spell-convert/ast.hpp @@ -6,9 +6,9 @@ # include "../strings/rstring.hpp" -#if __GNUC__ == 4 && __GNUC_MINOR__ == 6 -#define override -#endif +# if __GNUC__ == 4 && __GNUC_MINOR__ == 6 +# define override +# endif // We just leak # pragma GCC diagnostic ignored "-Wnon-virtual-dtor" @@ -438,8 +438,8 @@ struct AreaBar : Expression virtual void show() override; }; -#ifdef override -#undef override -#endif +# ifdef override +# undef override +# endif #endif // AST_HPP |