aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/signalVector.h
diff options
context:
space:
mode:
Diffstat (limited to 'Transceiver52M/signalVector.h')
-rw-r--r--Transceiver52M/signalVector.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Transceiver52M/signalVector.h b/Transceiver52M/signalVector.h
index 2f65e28..c9cb105 100644
--- a/Transceiver52M/signalVector.h
+++ b/Transceiver52M/signalVector.h
@@ -43,9 +43,9 @@ public:
void setAligned(bool aligned);
private:
- Symmetry symmetry;
bool real;
bool aligned;
+ Symmetry symmetry;
};
#endif /* _SIGNALVECTOR_H_ */