mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-25 05:05:13 +02:00
11 lines
201 B
Diff
11 lines
201 B
Diff
--- sample/test/TestRange.cs
|
|
+++ sample/test/TestRange.cs
|
|
@@ -9,6 +9,8 @@
|
|
using System;
|
|
|
|
using Gtk;
|
|
+// disambiguate, Gtk.Range vs System.Range
|
|
+using Range=Gtk.Range;
|
|
|
|
namespace WidgetViewer {
|
|
|