Commit fbc99ba4 authored by Ben Noordhuis's avatar Ben Noordhuis Committed by Myles Borins
Browse files

src: add missing 'inline' keywords

The BaseObject constructor and destructor should not have external
linkage because BaseObject is a header-only construct.  Add the
necessary 'inline' keywords.

PR-URL: https://github.com/nodejs/node/pull/6056


Reviewed-By: default avatarColin Ihrig <cjihrig@gmail.com>
parent 8da4bad1
Supports Markdown
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