diff options
Diffstat (limited to 'src/gui/App.hpp')
-rw-r--r-- | src/gui/App.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/App.hpp b/src/gui/App.hpp index 47352f50..13c46414 100644 --- a/src/gui/App.hpp +++ b/src/gui/App.hpp @@ -182,7 +182,7 @@ protected: float _max_run_load; std::string _status_text; - typedef std::unordered_map<Port*, bool> ActivityPorts; + using ActivityPorts = std::unordered_map<Port*, bool>; ActivityPorts _activity_ports; bool _enable_signal; |