aboutsummaryrefslogtreecommitdiffstats
path: root/WarframeClock/Native.cs
diff options
context:
space:
mode:
Diffstat (limited to 'WarframeClock/Native.cs')
-rw-r--r--WarframeClock/Native.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/WarframeClock/Native.cs b/WarframeClock/Native.cs
index 8fccd5c..cebe362 100644
--- a/WarframeClock/Native.cs
+++ b/WarframeClock/Native.cs
@@ -3,7 +3,7 @@ using System.Runtime.InteropServices;
namespace WarframeClock
{
- class Native
+ internal class Native
{
[DllImport("user32.dll")]
[return: MarshalAs(UnmanagedType.Bool)]
@@ -26,4 +26,4 @@ namespace WarframeClock
public int Bottom;
}
}
-} \ No newline at end of file
+}