Skip to content

Commit

Permalink
Add access modifiers
Browse files Browse the repository at this point in the history
(issue #8)
  • Loading branch information
LordBenjamin committed Jan 17, 2019
1 parent a5c05dc commit 0c623d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Samples/Sample 02 - Multipaged bitmaps/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@

namespace Sample02
{
class Program
internal class Program
{
static void Main(string[] args)
internal static void Main(string[] args)
{
NativeLibraryLoader.CopyFreeImageNativeDll();

Expand Down

0 comments on commit 0c623d0

Please sign in to comment.