diff options
Diffstat (limited to 'indra/newview/lllocalgltfmaterials.h')
-rw-r--r-- | indra/newview/lllocalgltfmaterials.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/newview/lllocalgltfmaterials.h b/indra/newview/lllocalgltfmaterials.h index 7f5b06e10a..1bca06ba2a 100644 --- a/indra/newview/lllocalgltfmaterials.h +++ b/indra/newview/lllocalgltfmaterials.h @@ -103,9 +103,8 @@ class LLLocalGLTFMaterialMgr : public LLSingleton<LLLocalGLTFMaterialMgr> LLSINGLETON(LLLocalGLTFMaterialMgr); ~LLLocalGLTFMaterialMgr(); public: - bool addUnit(); bool addUnit(const std::vector<std::string>& filenames); - bool addUnit(const std::string& filename); + LLUUID addUnit(const std::string& filename); void delUnit(LLUUID tracking_id); LLUUID getWorldID(LLUUID tracking_id); |