Commit d9d5c3f4 by Aaron Leung

Added a comment explaining the slightly unorthodox organization.

parent 37dbd22d
......@@ -245,7 +245,9 @@ namespace Sass {
// ------------------------------------------------------------------------
// Node method implementations -- in the header so they can be inlined
// Node method implementations
// -- in the header so they can be easily declared inline
// -- outside of their class definition to get the right declaration order
// ------------------------------------------------------------------------
inline Node::Node(Node_Impl* ip) : ip_(ip) { }
......
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