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:
authorCampbell Barton <ideasman42@gmail.com>2015-12-01 07:31:42 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-12-01 07:31:42 +0300
commit4e46473c8ea03ef23a62861b188ce40f91bbe65f (patch)
tree311aa84acdc34074924a9d6305629b2008868121 /source/blender/editors/space_text/text_format.c
parent520feda27702e85ff379e78c3988d876a78f308e (diff)
Text Editor: store font id in a drawing context
Diffstat (limited to 'source/blender/editors/space_text/text_format.c')
-rw-r--r--source/blender/editors/space_text/text_format.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_text/text_format.c b/source/blender/editors/space_text/text_format.c
index b29c6420d60..0133122c5a3 100644
--- a/source/blender/editors/space_text/text_format.c
+++ b/source/blender/editors/space_text/text_format.c
@@ -73,7 +73,7 @@ static void flatten_string_append(FlattenString *fs, const char *c, int accum, i
fs->pos += len;
}
-int flatten_string(SpaceText *st, FlattenString *fs, const char *in)
+int flatten_string(const SpaceText *st, FlattenString *fs, const char *in)
{
int r, i, total = 0;