summaryrefslogtreecommitdiffstats
path: root/app/perfregisterinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'app/perfregisterinfo.h')
-rw-r--r--app/perfregisterinfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/perfregisterinfo.h b/app/perfregisterinfo.h
index 5668426..1a4ed74 100644
--- a/app/perfregisterinfo.h
+++ b/app/perfregisterinfo.h
@@ -61,5 +61,5 @@ public:
static const int s_dummyRegisters[ARCH_INVALID][2];
// default architecture for the system which was used for compilation
- static QByteArray defaultArchitecture();
+ static const char *defaultArchitecture();
};