Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2019-04-14 20:37:30 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2019-04-14 20:54:51 +0300
commit8b0102b443571a19ab17e141623cfc029320813c (patch)
treec7a2a1407c75cac7b88723849a64a61325328048 /source/blender/alembic/intern/abc_mball.h
parent91d611b7cbc8ef4d1d98cef2f2913783f602669e (diff)
Fix Alembic using wrong visible/selected flags, fix warnings.
Diffstat (limited to 'source/blender/alembic/intern/abc_mball.h')
-rw-r--r--source/blender/alembic/intern/abc_mball.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/alembic/intern/abc_mball.h b/source/blender/alembic/intern/abc_mball.h
index 18ceda01f87..d2bdb8f297a 100644
--- a/source/blender/alembic/intern/abc_mball.h
+++ b/source/blender/alembic/intern/abc_mball.h
@@ -52,7 +52,7 @@ protected:
void freeEvaluatedMesh(struct Mesh *mesh) override;
private:
- bool isAnimated() const;
+ bool isAnimated() const override;
};