[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [46728] trunk/blender/source/blender/ compositor/operations/COM_LensGhostOperation.cpp: MinGW64 and possibly gcc 4.7 doesn't like interface as identifier.

Antony Riakiotakis kalast at gmail.com
Thu May 17 15:15:59 CEST 2012


Revision: 46728
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=46728
Author:   psy-fi
Date:     2012-05-17 13:15:58 +0000 (Thu, 17 May 2012)
Log Message:
-----------
MinGW64 and possibly gcc 4.7 doesn't like interface as identifier.

Modified Paths:
--------------
    trunk/blender/source/blender/compositor/operations/COM_LensGhostOperation.cpp

Modified: trunk/blender/source/blender/compositor/operations/COM_LensGhostOperation.cpp
===================================================================
--- trunk/blender/source/blender/compositor/operations/COM_LensGhostOperation.cpp	2012-05-17 13:10:34 UTC (rev 46727)
+++ trunk/blender/source/blender/compositor/operations/COM_LensGhostOperation.cpp	2012-05-17 13:15:58 UTC (rev 46728)
@@ -229,8 +229,8 @@
 
 	}
 
-	void addInterface(LensInterface* interface) {
-		this->interfaces.push_back(interface);
+	void addInterface(LensInterface* pinterface) {
+		this->interfaces.push_back(pinterface);
 		this->lensIndex = this->interfaces.size()-1;
 	}
 




More information about the Bf-blender-cvs mailing list