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:
authorBastien Montagne <montagne29@wanadoo.fr>2018-06-15 18:42:17 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2018-06-15 18:42:17 +0300
commitd645b1a78a752950d061a4ccb125721acade5544 (patch)
tree5e90f8280c63e1e8621644ce86ae77ef94e95a31 /source/blender/blenlib/BLI_callbacks.h
parent49915e3241839045f8e688edab1ce314edc465f4 (diff)
Cleanup: some more G.main removal.
We are really starting to scratch the last bits here...
Diffstat (limited to 'source/blender/blenlib/BLI_callbacks.h')
-rw-r--r--source/blender/blenlib/BLI_callbacks.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenlib/BLI_callbacks.h b/source/blender/blenlib/BLI_callbacks.h
index fdffbeb4c8d..6eb45107488 100644
--- a/source/blender/blenlib/BLI_callbacks.h
+++ b/source/blender/blenlib/BLI_callbacks.h
@@ -66,7 +66,7 @@ typedef struct bCallbackFuncStore {
} bCallbackFuncStore;
-void BLI_callback_exec(struct Main *main, struct ID *self, eCbEvent evt);
+void BLI_callback_exec(struct Main *bmain, struct ID *self, eCbEvent evt);
void BLI_callback_add(bCallbackFuncStore *funcstore, eCbEvent evt);
void BLI_callback_global_init(void);