[Linux] Fixed compilation issue

This commit is contained in:
thefiddler 2014-07-18 09:05:46 +02:00
parent 21bcc5eae1
commit 4aa2dcf5a3

View file

@ -135,7 +135,7 @@ namespace OpenTK.Platform.Linux
{
unsafe
{
return new string((sbyte*)SeatGetPhysicalName(seat));
return new string((sbyte*)SeatGetPhysicalNameInternal(seat));
}
}
}