From d6ed77a598a0009d386ce3cd6c49d0f1c4b422e8 Mon Sep 17 00:00:00 2001
From: Nat Goodspeed <nat@lindenlab.com>
Date: Thu, 16 Feb 2012 17:39:56 -0500
Subject: [PATCH] Attempt to fix Windows link error for
 LLProcess::BasePipe::npos.

---
 indra/llcommon/llprocess.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/indra/llcommon/llprocess.h b/indra/llcommon/llprocess.h
index 2c6951b5627..06be0954c06 100644
--- a/indra/llcommon/llprocess.h
+++ b/indra/llcommon/llprocess.h
@@ -291,7 +291,7 @@ class LL_COMMON_API LLProcess: public boost::noncopyable
 	std::string getPipeName(FILESLOT);
 
 	/// base of ReadPipe, WritePipe
-	class BasePipe
+	class LL_COMMON_API BasePipe
 	{
 	public:
 		virtual ~BasePipe() = 0;
-- 
GitLab