Commit 2b10b617 authored by peastman's avatar peastman
Browse files

Merge pull request #287 from peastman/master

Fixed a compilation error when building wrappers
parents 901108a0 bd543402
......@@ -106,7 +106,7 @@ public:
*
* @param pressure the default pressure acting on the system, measured in bar.
*/
void setDefaultPressure(Vec3 pressure) {
void setDefaultPressure(const Vec3& pressure) {
defaultPressure = pressure;
}
/**
......
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