]> git.cworth.org Git - apitrace/commitdiff
Fix silly typo
authorZack Rusin <zack@kde.org>
Tue, 20 Sep 2011 03:45:39 +0000 (23:45 -0400)
committerZack Rusin <zack@kde.org>
Tue, 20 Sep 2011 03:45:39 +0000 (23:45 -0400)
gui/traceloader.cpp

index 487fb1ead77d8d066a62bcd0880e154ef65475e4..704f56d3b67353bf7da548d5df29b30fae5eb2c3 100644 (file)
@@ -408,7 +408,7 @@ TraceLoader::fetchFrameContents(ApiTraceFrame *currentFrame)
 {
     Q_ASSERT(currentFrame);
 
-    if (currentFrame->isLoaded) {
+    if (currentFrame->isLoaded()) {
         return currentFrame->calls();
     }