diff options
Diffstat (limited to 'linden/indra/llmessage/llpartdata.h')
-rw-r--r-- | linden/indra/llmessage/llpartdata.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/linden/indra/llmessage/llpartdata.h b/linden/indra/llmessage/llpartdata.h index 4045ada..55d22d5 100644 --- a/linden/indra/llmessage/llpartdata.h +++ b/linden/indra/llmessage/llpartdata.h | |||
@@ -186,6 +186,9 @@ public: | |||
186 | // a combination of multiple parameters, we | 186 | // a combination of multiple parameters, we |
187 | // need to clamp it using a separate method instead of an accessor. | 187 | // need to clamp it using a separate method instead of an accessor. |
188 | void clampSourceParticleRate(); | 188 | void clampSourceParticleRate(); |
189 | |||
190 | friend std::ostream& operator<<(std::ostream& s, const LLPartSysData &data); // Stream a | ||
191 | |||
189 | public: | 192 | public: |
190 | // Public because I'm lazy.... | 193 | // Public because I'm lazy.... |
191 | 194 | ||