summaryrefslogtreecommitdiffstats
path: root/logic/tools/JProfiler.h
diff options
context:
space:
mode:
Diffstat (limited to 'logic/tools/JProfiler.h')
-rw-r--r--logic/tools/JProfiler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/logic/tools/JProfiler.h b/logic/tools/JProfiler.h
index 3085511b..0763a799 100644
--- a/logic/tools/JProfiler.h
+++ b/logic/tools/JProfiler.h
@@ -9,7 +9,7 @@ public:
JProfiler(InstancePtr instance, QObject *parent = 0);
protected:
- void beginProfilingImpl(MinecraftProcess *process);
+ void beginProfilingImpl(BaseProcess *process);
};
class JProfilerFactory : public BaseProfilerFactory