diff options
Diffstat (limited to 'OpenSim/Tools/Export/OpenSimExport.cs')
-rw-r--r-- | OpenSim/Tools/Export/OpenSimExport.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Tools/Export/OpenSimExport.cs b/OpenSim/Tools/Export/OpenSimExport.cs index 76d8d11..4891ea7 100644 --- a/OpenSim/Tools/Export/OpenSimExport.cs +++ b/OpenSim/Tools/Export/OpenSimExport.cs | |||
@@ -72,7 +72,7 @@ namespace OpenSimExport | |||
72 | } | 72 | } |
73 | } | 73 | } |
74 | 74 | ||
75 | protected ConsoleBase CreateConsole() | 75 | protected static ConsoleBase CreateConsole() |
76 | { | 76 | { |
77 | return new ConsoleBase("Export", null); | 77 | return new ConsoleBase("Export", null); |
78 | } | 78 | } |