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:
authorCampbell Barton <ideasman42@gmail.com>2013-03-29 10:21:28 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-03-29 10:21:28 +0400
commitab41583bc2be591c0af921b243158e43a94505d7 (patch)
tree0273fcb73c9cd6fca9a6bf5bb687b1e9ac75a7b7 /source/gameengine/VideoTexture/PyTypeList.cpp
parentc82617405642273d955e3f5a1e1a8beda129f97f (diff)
style cleanup
Diffstat (limited to 'source/gameengine/VideoTexture/PyTypeList.cpp')
-rw-r--r--source/gameengine/VideoTexture/PyTypeList.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/gameengine/VideoTexture/PyTypeList.cpp b/source/gameengine/VideoTexture/PyTypeList.cpp
index 99e9ae13e64..588a1257d6a 100644
--- a/source/gameengine/VideoTexture/PyTypeList.cpp
+++ b/source/gameengine/VideoTexture/PyTypeList.cpp
@@ -58,7 +58,7 @@ bool PyTypeList::in (PyTypeObject *type)
}
/// add type to list
-void PyTypeList::add (PyTypeObject *type, const char * name)
+void PyTypeList::add (PyTypeObject *type, const char *name)
{
// if list doesn't exist, create it
if (m_list.get() == NULL)