diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2012-02-16 17:39:56 -0500 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2012-02-16 17:39:56 -0500 |
commit | d6ed77a598a0009d386ce3cd6c49d0f1c4b422e8 (patch) | |
tree | 984b26d89cbd88650561e6d74dfb4f553dad2240 /indra/llcommon | |
parent | a06ba836c76ea8b35aeca9d09bd7d3b043a4c962 (diff) |
Attempt to fix Windows link error for LLProcess::BasePipe::npos.
Diffstat (limited to 'indra/llcommon')
-rw-r--r-- | indra/llcommon/llprocess.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/llprocess.h b/indra/llcommon/llprocess.h index 2c6951b562..06be0954c0 100644 --- a/indra/llcommon/llprocess.h +++ b/indra/llcommon/llprocess.h @@ -291,7 +291,7 @@ public: std::string getPipeName(FILESLOT); /// base of ReadPipe, WritePipe - class BasePipe + class LL_COMMON_API BasePipe { public: virtual ~BasePipe() = 0; |