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:
authorJoseph Eagar <joeedh@gmail.com>2009-11-03 08:06:04 +0300
committerJoseph Eagar <joeedh@gmail.com>2009-11-03 08:06:04 +0300
commitbacd2a0f265a2b8c93b2eec67d2873be9a84b9a8 (patch)
treea9a503cbf35f91a43a709a8108e6b5246e52b5b0 /source/blender/editors/include/ED_util.h
parent09b435a9d4c28724f9220227e3d5f4230d915f12 (diff)
a bug fix and a compile fix
Diffstat (limited to 'source/blender/editors/include/ED_util.h')
-rw-r--r--source/blender/editors/include/ED_util.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/editors/include/ED_util.h b/source/blender/editors/include/ED_util.h
index 7b1c87f9cb2..f6bff6588b9 100644
--- a/source/blender/editors/include/ED_util.h
+++ b/source/blender/editors/include/ED_util.h
@@ -54,8 +54,8 @@ void ED_OT_redo (struct wmOperatorType *ot);
void undo_editmode_push(struct bContext *C, char *name,
void * (*getdata)(struct bContext *C),
void (*freedata)(void *),
- void (*to_editmode)(void *, void *),
- void *(*from_editmode)(void *),
+ void (*to_editmode)(void *, void *, void *),
+ void *(*from_editmode)(void *, void *),
int (*validate_undo)(void *, void *));