File tree 2 files changed +1
-4
lines changed
2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ namespace Sass {
39
39
}
40
40
41
41
// Convert to string (only for debugging)
42
- sass::string toString () const
42
+ sass::string toString () const override final
43
43
{
44
44
return " &" ;
45
45
}
Original file line number Diff line number Diff line change @@ -164,14 +164,11 @@ namespace Sass {
164
164
virtual sass::string toString () const = 0;
165
165
166
166
// Declare up-casting methods
167
- DECLARE_ISA_CASTER (IfExpression);
168
- DECLARE_ISA_CASTER (CssFnExpression);
169
167
DECLARE_ISA_CASTER (UnaryOpExpression);
170
168
DECLARE_ISA_CASTER (BinaryOpExpression);
171
169
DECLARE_ISA_CASTER (InvocationExpression);
172
170
DECLARE_ISA_CASTER (ParenthesizedExpression);
173
171
DECLARE_ISA_CASTER (VariableExpression);
174
- DECLARE_ISA_CASTER (FunctionExpression);
175
172
DECLARE_ISA_CASTER (BooleanExpression);
176
173
DECLARE_ISA_CASTER (StringExpression);
177
174
DECLARE_ISA_CASTER (NumberExpression);
You can’t perform that action at this time.
0 commit comments