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:
authorTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2009-08-26 03:46:00 +0400
committerTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2009-08-26 03:46:00 +0400
commit0a4d70f4d0ddc5bc709b162d84ec334e66ed848d (patch)
tree933137d7af6682e50d6b9d5eafecb05715954e9e /source/blender/freestyle/FRS_freestyle.h
parented4669df0c819a5538bfb95dbc1a57bc8ca436b6 (diff)
Made an attempt to fix a crash due to undo. An undo invalidated
some Freestyle-related pointers, which led to a crash when the rendering was initiated or the Freestyle panel (in the Scene buttons) was redrawn.
Diffstat (limited to 'source/blender/freestyle/FRS_freestyle.h')
-rw-r--r--source/blender/freestyle/FRS_freestyle.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/freestyle/FRS_freestyle.h b/source/blender/freestyle/FRS_freestyle.h
index 731e5f8ad80..fe6a4426583 100644
--- a/source/blender/freestyle/FRS_freestyle.h
+++ b/source/blender/freestyle/FRS_freestyle.h
@@ -27,7 +27,7 @@ extern "C" {
// Rendering
void FRS_initialize();
- void FRS_add_Freestyle(Render* re);
+ void FRS_add_Freestyle(struct Render* re);
void FRS_exit();
// Panel configuration