summaryrefslogtreecommitdiff
path: root/src/debug/daccess/dacimpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/debug/daccess/dacimpl.h')
-rw-r--r--src/debug/daccess/dacimpl.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/debug/daccess/dacimpl.h b/src/debug/daccess/dacimpl.h
index 6e2db87ee4..0499407a74 100644
--- a/src/debug/daccess/dacimpl.h
+++ b/src/debug/daccess/dacimpl.h
@@ -1473,9 +1473,9 @@ public:
__out_ecount(cchPath) LPWSTR wszPath,
const DWORD cchPath);
#if defined(FEATURE_CORESYSTEM)
- static bool ClrDataAccess::GetILImageNameFromNgenImage(LPCWSTR ilExtension,
- __out_ecount(cchFilePath) LPWSTR wszFilePath,
- const DWORD cchFilePath);
+ static bool GetILImageNameFromNgenImage(LPCWSTR ilExtension,
+ __out_ecount(cchFilePath) LPWSTR wszFilePath,
+ const DWORD cchFilePath);
#endif // FEATURE_CORESYSTEM
};