From 291c1ad91b4fb5793cdfd85763df7d3b419a6ac3 Mon Sep 17 00:00:00 2001 From: Beq Date: Mon, 15 Apr 2024 12:28:51 +0100 Subject: Declaring things helps! --- indra/newview/llvocache.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'indra') 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; -- cgit v1.2.3