Skip to content

Commit db6eb9c

Browse files
committed
OscillatorBase: Fixed incorrect position of variable declaration.
1 parent 778de07 commit db6eb9c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/inet/clock/base/OscillatorBase.cc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@
99

1010
#include "inet/common/IPrintableObject.h"
1111

12-
simsignal_t OscillatorBase::driftRateChangedSignal = cComponent::registerSignal("driftRateChanged");
1312
namespace inet {
1413

14+
simsignal_t OscillatorBase::driftRateChangedSignal = cComponent::registerSignal("driftRateChanged");
15+
1516
void OscillatorBase::initialize(int stage)
1617
{
1718
if (stage == INITSTAGE_LOCAL) {

0 commit comments

Comments
 (0)