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:
authorNicholas Bishop <nicholasbishop@gmail.com>2009-01-14 20:22:30 +0300
committerNicholas Bishop <nicholasbishop@gmail.com>2009-01-14 20:22:30 +0300
commit8eb035f64f6478418705fdbe2a6c0a28969febdb (patch)
treeb114a2d1cbce479933ed64de9aeb64ff4e1ac3f4 /source/blender/editors/include/ED_sculpt.h
parentfd37c07e280afcc673bc0aab13b06385e3b11dcc (diff)
Fixed warnings in sculpt, also brought back brush curve.
Diffstat (limited to 'source/blender/editors/include/ED_sculpt.h')
-rw-r--r--source/blender/editors/include/ED_sculpt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/include/ED_sculpt.h b/source/blender/editors/include/ED_sculpt.h
index 6daeca18503..f42bb9b46a1 100644
--- a/source/blender/editors/include/ED_sculpt.h
+++ b/source/blender/editors/include/ED_sculpt.h
@@ -31,7 +31,7 @@
struct bContext;
struct wmWindowManager;
-void ED_operatortypes_sculpt();
+void ED_operatortypes_sculpt(void);
void ED_keymap_sculpt(wmWindowManager *wm);
#endif