summaryrefslogtreecommitdiff
path: root/utils/regtools/qeditor/analyser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'utils/regtools/qeditor/analyser.cpp')
-rw-r--r--utils/regtools/qeditor/analyser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/regtools/qeditor/analyser.cpp b/utils/regtools/qeditor/analyser.cpp
index 1ab213872b..5bd8c9e538 100644
--- a/utils/regtools/qeditor/analyser.cpp
+++ b/utils/regtools/qeditor/analyser.cpp
@@ -1,6 +1,6 @@
1#include "analyser.h" 1#include "analyser.h"
2 2
3Analyser::Analyser(const soc_t& soc, IoBackend *backend) 3Analyser::Analyser(const SocRef& soc, IoBackend *backend)
4 :m_soc(soc), m_io_backend(backend) 4 :m_soc(soc), m_io_backend(backend)
5{ 5{
6} 6}