Skip to content

Commit 390064e

Browse files
committed
Added static modifier
1 parent f4b4941 commit 390064e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nestkernel/connector_base.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ class ConnectorBase
221221
virtual void remove_disabled_connections( const size_t first_disabled_index ) = 0;
222222

223223
protected:
224-
void prepare_weight_recorder_event( WeightRecorderEvent& wr_e,
224+
static void prepare_weight_recorder_event( WeightRecorderEvent& wr_e,
225225
const size_t tid,
226226
const synindex syn_id,
227227
const unsigned int lcid,

0 commit comments

Comments
 (0)