aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4debugging_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/jsruntime/qv4debugging_p.h')
-rw-r--r--src/qml/jsruntime/qv4debugging_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/jsruntime/qv4debugging_p.h b/src/qml/jsruntime/qv4debugging_p.h
index cedfee7f90..46d6313b68 100644
--- a/src/qml/jsruntime/qv4debugging_p.h
+++ b/src/qml/jsruntime/qv4debugging_p.h
@@ -70,7 +70,7 @@ enum PauseReason {
class DebuggerAgent;
struct DebuggerBreakPoint {
- DebuggerBreakPoint(QString fileName, int line)
+ DebuggerBreakPoint(const QString &fileName, int line)
: fileName(fileName), lineNumber(line)
{}
QString fileName;