Skip to content
Snippets Groups Projects
Commit d6ed77a5 authored by Nat Goodspeed's avatar Nat Goodspeed
Browse files

Attempt to fix Windows link error for LLProcess::BasePipe::npos.

parent a06ba836
No related branches found
No related tags found
No related merge requests found
...@@ -291,7 +291,7 @@ class LL_COMMON_API LLProcess: public boost::noncopyable ...@@ -291,7 +291,7 @@ class LL_COMMON_API LLProcess: public boost::noncopyable
std::string getPipeName(FILESLOT); std::string getPipeName(FILESLOT);
/// base of ReadPipe, WritePipe /// base of ReadPipe, WritePipe
class BasePipe class LL_COMMON_API BasePipe
{ {
public: public:
virtual ~BasePipe() = 0; virtual ~BasePipe() = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment