summaryrefslogtreecommitdiff
path: root/indra/newview/gltf/accessor.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/gltf/accessor.h')
-rw-r--r--indra/newview/gltf/accessor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/gltf/accessor.h b/indra/newview/gltf/accessor.h
index 9b8265d8da..6e8871ef61 100644
--- a/indra/newview/gltf/accessor.h
+++ b/indra/newview/gltf/accessor.h
@@ -61,9 +61,9 @@ namespace LL
std::string mName;
const BufferView& operator=(const tinygltf::BufferView& src);
-
+
};
-
+
class Accessor
{
public: