From 3c8c0e89c6bd4a9621b81907f417d9c65eef323b Mon Sep 17 00:00:00 2001 From: RKrom Date: Tue, 29 Jul 2014 16:32:52 +0200 Subject: [PATCH] Compile error fix. --- GreenshotOfficePlugin/Destinations/OutlookDestination.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GreenshotOfficePlugin/Destinations/OutlookDestination.cs b/GreenshotOfficePlugin/Destinations/OutlookDestination.cs index 982b7e403..c3bf5e445 100644 --- a/GreenshotOfficePlugin/Destinations/OutlookDestination.cs +++ b/GreenshotOfficePlugin/Destinations/OutlookDestination.cs @@ -175,7 +175,7 @@ namespace GreenshotOfficePlugin { exportInformation.ExportMade = true; } else { if (!manuallyInitiated) { - Dictionary inspectorCaptions = OutlookEmailExporter.RetrievePossibleTargets(); + IDictionary inspectorCaptions = OutlookEmailExporter.RetrievePossibleTargets(); if (inspectorCaptions != null && inspectorCaptions.Count > 0) { List destinations = new List(); destinations.Add(new OutlookDestination());