From bc69b3a8df49ca6207edd2e2b0fdfe6dc0c32ec2 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 20 Sep 2012 01:32:13 +0000 Subject: style cleanup --- source/blender/compositor/intern/COM_OutputSocket.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/compositor/intern/COM_OutputSocket.h') diff --git a/source/blender/compositor/intern/COM_OutputSocket.h b/source/blender/compositor/intern/COM_OutputSocket.h index dc5ca27cbda..c6b7993c561 100644 --- a/source/blender/compositor/intern/COM_OutputSocket.h +++ b/source/blender/compositor/intern/COM_OutputSocket.h @@ -64,7 +64,7 @@ public: /** * @brief determine the actual data type and channel info. */ - void relinkConnections(OutputSocket *relinkToSocket) { this->relinkConnections(relinkToSocket, false); }; + void relinkConnections(OutputSocket *relinkToSocket) { this->relinkConnections(relinkToSocket, false); } void relinkConnections(OutputSocket *relinkToSocket, bool single); const int getNumberOfConnections() { return this->m_connections.size(); } -- cgit v1.2.3