aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llmessage/llpartdata.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/llmessage/llpartdata.h')
-rw-r--r--linden/indra/llmessage/llpartdata.h3
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
189public: 192public:
190 // Public because I'm lazy.... 193 // Public because I'm lazy....
191 194