diff options
Diffstat (limited to 'csharp/src/Ice/LoggerPlugin.cs')
-rw-r--r-- | csharp/src/Ice/LoggerPlugin.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/csharp/src/Ice/LoggerPlugin.cs b/csharp/src/Ice/LoggerPlugin.cs index c380debab41..d6fcf0a4720 100644 --- a/csharp/src/Ice/LoggerPlugin.cs +++ b/csharp/src/Ice/LoggerPlugin.cs @@ -14,7 +14,7 @@ namespace Ice /// instantiate a LoggerPlugin with a custom logger and /// return the instance from their PluginFactory implementation. /// </summary> - public class LoggerPlugin : Ice.Plugin + public class LoggerPlugin : Plugin { /// <summary> /// Installs a custom logger for a communicator. |