Commit 3300d166 by Aaron Leung

Fixing a return type.

parent 83a92d81
...@@ -233,7 +233,7 @@ namespace Sass { ...@@ -233,7 +233,7 @@ namespace Sass {
void push_back(const Node& n) void push_back(const Node& n)
{ children.push_back(n); } { children.push_back(n); }
Node& pop_back() void pop_back()
{ children.pop_back(); } { children.pop_back(); }
bool boolean_value() bool boolean_value()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment