summaryrefslogtreecommitdiff
path: root/animations
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2013-08-01 04:32:32 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2013-08-01 04:33:23 +0900
commit392c5b2a70440c03341f21c7583ca5139b4a253b (patch)
tree4d23407c3fef57af8615f592d075bf11bd6bf5bd /animations
parent83ff6c0f4101fe4f25c2b4a58c70b40de8cc2ff2 (diff)
Mark as const
Change-Id: Idd1d0641d5b7d8594f354c7d2e2a9093ecc6b2f7
Diffstat (limited to 'animations')
-rw-r--r--animations/source/animcore/factreg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/animations/source/animcore/factreg.cxx b/animations/source/animcore/factreg.cxx
index 4f5b07882a5e..d95798109f07 100644
--- a/animations/source/animcore/factreg.cxx
+++ b/animations/source/animcore/factreg.cxx
@@ -40,7 +40,7 @@ using namespace animcore;
0, 0\
}\
-static struct ImplementationEntry g_entries[] =
+static const struct ImplementationEntry g_entries[] =
{
IMPLEMENTATION_ENTRY( PAR ),
IMPLEMENTATION_ENTRY( SEQ ),