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/Exception.h
parentc82617405642273d955e3f5a1e1a8beda129f97f (diff)
style cleanup
Diffstat (limited to 'source/gameengine/VideoTexture/Exception.h')
-rw-r--r--source/gameengine/VideoTexture/Exception.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/gameengine/VideoTexture/Exception.h b/source/gameengine/VideoTexture/Exception.h
index e0c1fdd568d..4410ec1aa8b 100644
--- a/source/gameengine/VideoTexture/Exception.h
+++ b/source/gameengine/VideoTexture/Exception.h
@@ -105,7 +105,7 @@ public:
// returns 0, if exception identification don't match at all
// returns 1, if only exception identification is matching
// returns 2, if both exception identification and result are matching
- int isExp (ExceptionID * exp, RESULT hres = S_OK) throw()
+ int isExp (ExceptionID *exp, RESULT hres = S_OK) throw()
{
// check exception identification
if (&m_expID == exp)