summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBeq <beqjanus@gmail.com>2024-04-15 12:28:51 +0100
committerBeq <beqjanus@gmail.com>2024-04-15 12:28:51 +0100
commit291c1ad91b4fb5793cdfd85763df7d3b419a6ac3 (patch)
treec555f69612301071eae0fec3f7470546e2f547c6
parent614b9739ff208cdfa4f63a3f86e605a66ce5297b (diff)
Declaring things helps!
-rw-r--r--indra/newview/llvocache.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llvocache.h b/indra/newview/llvocache.h
index c24a4accc7..d94e79ce1b 100644
--- a/indra/newview/llvocache.h
+++ b/indra/newview/llvocache.h
@@ -43,6 +43,8 @@ class LLCamera;
class LLGLTFOverrideCacheEntry
{
public:
+ static const std::string VERSION_LABEL;
+ static const int VERSION;
bool fromLLSD(const LLSD& data);
LLSD toLLSD() const;