Skip to content

Commit f5049fe

Browse files
committed
Made ScreenCapture class public again.
Don't know the reasons of making them internal in previous touching commit, but some code already uses it, so making it internal is an unnecessary breaking change.
1 parent 3c12f78 commit f5049fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TestStack.White/ScreenCapture.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ namespace TestStack.White
1212
/// <summary>
1313
/// Provides functions to capture the entire screen, or a particular window, and save it to a file.
1414
/// </summary>
15-
internal class ScreenCapture
15+
public class ScreenCapture
1616
{
1717
// This code is a modified version of many similar classes along the same lines. There is no one source I can credit with this class
1818

0 commit comments

Comments
 (0)