diff options
| author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2020-05-19 10:42:37 +0300 |
|---|---|---|
| committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2020-05-19 10:42:37 +0300 |
| commit | cf2e2a6cf31194c03bdda6531cebada2f0bbf390 (patch) | |
| tree | 8f4dad567fb57f5d437b8f25e5cc62ae6b5d649c /indra/llxml/llcontrolgroupreader.h | |
| parent | 1c82a80b2e48167ba718b6b79d51135cc7e7b371 (diff) | |
| parent | ed3d9abdd01304b5a9708880d9b150fb6568256b (diff) | |
Merge branch 'master' into DRTVWR-486
Diffstat (limited to 'indra/llxml/llcontrolgroupreader.h')
| -rw-r--r-- | indra/llxml/llcontrolgroupreader.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llxml/llcontrolgroupreader.h b/indra/llxml/llcontrolgroupreader.h index 6a27a65499..fe77d33fc4 100644 --- a/indra/llxml/llcontrolgroupreader.h +++ b/indra/llxml/llcontrolgroupreader.h @@ -65,6 +65,7 @@ public: virtual void setString(const std::string& name, const std::string& val) {} virtual void setVector3(const std::string& name, const LLVector3 &val) {} virtual void setVector3d(const std::string& name, const LLVector3d &val) {} + virtual void setQuaternion(const std::string& name, const LLQuaternion &val) {} virtual void setRect(const std::string& name, const LLRect &val) {} virtual void setColor4(const std::string& name, const LLColor4 &val) {} virtual void setLLSD(const std::string& name, const LLSD& val) {} |
