diff options
| author | KyleMiles <krm504@nyu.edu> | 2022-01-27 22:43:28 -0500 |
|---|---|---|
| committer | KyleMiles <krm504@nyu.edu> | 2022-01-28 00:24:06 -0500 |
| commit | 6812c973c9fa9b4ad642ab81856c05f87bd6fcc4 (patch) | |
| tree | dace4156d03148bcaf02df138ab4e0d93e61bc6f /ui/viewtype.h | |
| parent | 519c9db22367f2659d1a54599fab47e6313be06e (diff) | |
Format All Files
Diffstat (limited to 'ui/viewtype.h')
| -rw-r--r-- | ui/viewtype.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/viewtype.h b/ui/viewtype.h index 2216b9dd..e68c02e2 100644 --- a/ui/viewtype.h +++ b/ui/viewtype.h @@ -12,7 +12,7 @@ class BINARYNINJAUIAPI ViewType { QString m_name, m_longName; -public: + public: ViewType(const QString& name, const QString& longName); virtual ~ViewType(); @@ -33,7 +33,7 @@ public: class BINARYNINJAUIAPI ViewTypeContainer { -public: + public: std::vector<ViewType*> m_types; static ViewTypeContainer& GetViewTypeContainer(); |
