fix Windows version of urdf parser
This commit is contained in:
@@ -36,8 +36,6 @@ Dec 2011 - Added deferencing operator
|
|||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
|
|
||||||
namespace boost
|
|
||||||
{
|
|
||||||
class my_shared_count {
|
class my_shared_count {
|
||||||
public:
|
public:
|
||||||
my_shared_count(): m_count(1) { }
|
my_shared_count(): m_count(1) { }
|
||||||
@@ -65,7 +63,6 @@ public:
|
|||||||
private:
|
private:
|
||||||
long m_count;
|
long m_count;
|
||||||
};
|
};
|
||||||
};
|
|
||||||
#else //ifdef WIN32
|
#else //ifdef WIN32
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user