diff options
author | Brad Kittenbrink <brad@lindenlab.com> | 2022-07-14 10:46:24 -0700 |
---|---|---|
committer | Brad Kittenbrink <brad@lindenlab.com> | 2022-07-14 10:46:24 -0700 |
commit | 075049d02c6e86eaf25cbe67556207247627a5e8 (patch) | |
tree | 961f1a162db8f28418ed7ffe75bddf437ffa1d9f /indra/newview/llmaterialeditor.h | |
parent | 81979e4b491b252d2e3af2e077d3f335aee02f7e (diff) |
DRTVWR-559 fix mac build again
Diffstat (limited to 'indra/newview/llmaterialeditor.h')
-rw-r--r-- | indra/newview/llmaterialeditor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llmaterialeditor.h b/indra/newview/llmaterialeditor.h index dd0a17976c..6196e3d310 100644 --- a/indra/newview/llmaterialeditor.h +++ b/indra/newview/llmaterialeditor.h @@ -57,7 +57,7 @@ public: void setFromGLTFMaterial(LLGLTFMaterial* mat); - void loadAsset(); + void loadAsset() override; static void onLoadComplete(const LLUUID& asset_uuid, LLAssetType::EType type, void* user_data, S32 status, LLExtStat ext_status); |