From 380bc1de6fe3f8ff5ad576938edc946e7125ed70 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Mon, 24 Mar 2014 21:33:36 -0700 Subject: Hopefully fix the build --- src/spell-convert/ast.hpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/spell-convert/ast.hpp') 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 -- cgit v1.2.3-70-g09d2