Skip to content
Snippets Groups Projects
Commit 9b90f9e7 authored by vahrenkamp's avatar vahrenkamp
Browse files

added missing public tag

git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@628 042f3d55-54a8-47e9-b7fb-15903f145c44
parent b18e744b
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ namespace VirtualRobot
Stores a 6-dimensional array for the vertex data of a workspace representation.
Internally unsigned char data types are used (0...255)
*/
class VIRTUAL_ROBOT_IMPORT_EXPORT WorkspaceDataArray : public WorkspaceData ,boost::enable_shared_from_this<WorkspaceDataArray>
class VIRTUAL_ROBOT_IMPORT_EXPORT WorkspaceDataArray : public WorkspaceData , public boost::enable_shared_from_this<WorkspaceDataArray>
{
public:
/*!
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment