summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorerwincoumans <erwin.coumans@gmail.com>2018-06-12 21:23:29 -0700
committerGitHub <noreply@github.com>2018-06-12 21:23:29 -0700
commit789ef157b63d228382a3f54495c154a1b79b8a17 (patch)
tree6f41ea352cfdd7170879aed09908dfca85ff289f
parentce9f29e41664980df2712beb6a2c242080ef147a (diff)
downloadbullet3-erwincoumans-patch-3.tar.gz
Update b3RobotSimulatorClientAPI_NoDirect.herwincoumans-patch-3
-rw-r--r--examples/SharedMemory/b3RobotSimulatorClientAPI_NoDirect.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/SharedMemory/b3RobotSimulatorClientAPI_NoDirect.h b/examples/SharedMemory/b3RobotSimulatorClientAPI_NoDirect.h
index 1e4a5e383..5c8a6a424 100644
--- a/examples/SharedMemory/b3RobotSimulatorClientAPI_NoDirect.h
+++ b/examples/SharedMemory/b3RobotSimulatorClientAPI_NoDirect.h
@@ -657,7 +657,7 @@ public:
{
return SHARED_MEMORY_MAGIC_NUMBER;
}
- void setAdditionalSearchPath(std::string path);
+ void setAdditionalSearchPath(const std::string& path);
};