diff options
Diffstat (limited to 'csharp/src/Ice/ThreadHookPlugin.cs')
-rw-r--r-- | csharp/src/Ice/ThreadHookPlugin.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/csharp/src/Ice/ThreadHookPlugin.cs b/csharp/src/Ice/ThreadHookPlugin.cs index a828b1b224f..77dfbbfbb62 100644 --- a/csharp/src/Ice/ThreadHookPlugin.cs +++ b/csharp/src/Ice/ThreadHookPlugin.cs @@ -15,7 +15,7 @@ namespace Ice /// thread notification hook and return the instance from their /// PluginFactory implementation. /// </summary> - public class ThreadHookPlugin : Ice.Plugin + public class ThreadHookPlugin : Plugin { /// <summary> /// Installs a custom logger for a communicator. |