Skip to content

Commit

Permalink
inline function definition in header
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelChirico authored Apr 22, 2022
1 parent 8c8fb73 commit 12f520b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/raster-box.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ using namespace std;

#include "layout.h"

pair<double, double> image_dimensions(RObject image) {
inline pair<double, double> image_dimensions(RObject image) {
Environment env = Environment::namespace_env("base");
Function dim = env["dim"];

Expand Down

0 comments on commit 12f520b

Please sign in to comment.