diff options
Diffstat (limited to 'linden/indra/newview/llviewerobject.h')
-rw-r--r-- | linden/indra/newview/llviewerobject.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/newview/llviewerobject.h b/linden/indra/newview/llviewerobject.h index 316e8db..88e2a15 100644 --- a/linden/indra/newview/llviewerobject.h +++ b/linden/indra/newview/llviewerobject.h | |||
@@ -558,6 +558,7 @@ protected: | |||
558 | void unpackParticleSource(const S32 block_num, const LLUUID& owner_id); | 558 | void unpackParticleSource(const S32 block_num, const LLUUID& owner_id); |
559 | void unpackParticleSource(LLDataPacker &dp, const LLUUID& owner_id); | 559 | void unpackParticleSource(LLDataPacker &dp, const LLUUID& owner_id); |
560 | void deleteParticleSource(); | 560 | void deleteParticleSource(); |
561 | void setParticleSource(const LLPartSysData& particle_parameters, const LLUUID& owner_id); | ||
561 | 562 | ||
562 | private: | 563 | private: |
563 | void setNameValueList(const std::string& list); // clears nv pairs and then individually adds \n separated NV pairs from \0 terminated string | 564 | void setNameValueList(const std::string& list); // clears nv pairs and then individually adds \n separated NV pairs from \0 terminated string |