]> git.cworth.org Git - apitrace/blobdiff - gui/apitrace.h
Delete loadertest and cleanup some of the new api.
[apitrace] / gui / apitrace.h
index c5a2975f5ebf207f30cd1ed32f9a4b1dc529a1c4..bf90d17daf5577a656893726579f4b3049259fe0 100644 (file)
@@ -21,9 +21,9 @@ public:
         FrameMarker_Clear
     };
     enum SearchResult {
-        SearchNotFound,
-        SearchFound,
-        SearchWrapped
+        SearchResult_NotFound,
+        SearchResult_Found,
+        SearchResult_Wrapped
     };
 
     static bool isCallAFrameMarker(const ApiTraceCall *call,