diff options
Diffstat (limited to 'src/libs/gui/Port.hpp')
-rw-r--r-- | src/libs/gui/Port.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libs/gui/Port.hpp b/src/libs/gui/Port.hpp index e14110e7..ae9b0c48 100644 --- a/src/libs/gui/Port.hpp +++ b/src/libs/gui/Port.hpp @@ -57,6 +57,7 @@ private: void renamed(); SharedPtr<PortModel> _port_model; + bool _flipped; }; |