style cleanup

This commit is contained in:
Campbell Barton
2012-09-20 01:32:13 +00:00
parent 25c96bc9f3
commit bc69b3a8df
12 changed files with 19 additions and 20 deletions

View File

@@ -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(); }