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:
authorJoerg Mueller <nexyon@gmail.com>2010-08-03 12:45:03 +0400
committerJoerg Mueller <nexyon@gmail.com>2010-08-03 12:45:03 +0400
commit279030a232d1fb6c09937bbcb5ffc0bbb953dbcb (patch)
tree0ebea07206f5594c7a10e424a84681e979267a2c /intern/audaspace/Python/AUD_PyAPI.h
parent16782bb6c2ed5594cab4f70674c791fdaaa2dcdb (diff)
Audaspace:
* Py API: Renamed Sound to Factory to match the C++ classes and make it possible to add Readers when necessary to the API. * Py API docs: Added the filter example. * Fixed a crash for sounds without stop callback.
Diffstat (limited to 'intern/audaspace/Python/AUD_PyAPI.h')
-rw-r--r--intern/audaspace/Python/AUD_PyAPI.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/audaspace/Python/AUD_PyAPI.h b/intern/audaspace/Python/AUD_PyAPI.h
index f7a86e1ca19..aeeaf94af9d 100644
--- a/intern/audaspace/Python/AUD_PyAPI.h
+++ b/intern/audaspace/Python/AUD_PyAPI.h
@@ -41,7 +41,7 @@ typedef struct {
PyObject_HEAD
PyObject* child_list;
AUD_IFactory* factory;
-} Sound;
+} Factory;
typedef struct {
PyObject_HEAD